smclarehart

Quick CSS

Feb 9th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. .blog .entry-content p {
  2. font-size: 18px !important;
  3. }
  4.  
  5. @media only screen and (max-width: 1100px) {
  6. .av-main-nav > li > a { padding: 0 7px; }
  7. }
  8.  
  9. .main-title.entry-title {
  10. text-align: center;
  11. }
  12. h2.post-title.entry-title {
  13. text-align: center!important;
  14. max-width: 100%!important;
  15. }
  16.  
  17. @media only screen and (max-width: 1100px) {
  18. nav.main_menu {display:none !important;}
  19. #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
  20. }
  21.  
  22. @media only screen and (max-width: 767px) {
  23. #scroll-top-link {
  24. display:block !important;
  25. }
  26.  
  27. span.blog-categories, .slide-meta {
  28. display: none !important;
  29. }
  30.  
  31.  
  32. .entry-content a {
  33. text-decoration: underline !important;
  34. }
  35.  
  36. .iconbox_content_container a {
  37. text-decoration: underline!important;
  38. }
  39.  
  40. .main_color .avia-mailchimp-form input[type='submit'] {
  41. background-color: red;
  42. color: yellow;
  43. border-color: red;
  44. font-size: 20px;
  45. font-family: Arial;
  46. }
  47.  
  48.  
  49. .blog-categories, .slide-meta-comments {
  50. display:none !important;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment