Guest User

Untitled

a guest
Feb 9th, 2017
45
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. .main-title.entry-title {
  9. text-align: center;
  10. }
  11. h2.post-title.entry-title {
  12. text-align: center!important;
  13. max-width: 100%!important;
  14. }
  15.  
  16. @media only screen and (max-width: 1100px) {
  17. nav.main_menu {display:none !important;}
  18. #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
  19. }
  20.  
  21. @media only screen and (max-width: 767px) {
  22. #scroll-top-link {
  23. display:block !important;
  24. }}
  25.  
  26. span.blog-categories, .slide-meta {
  27. display: none !important;
  28. }
  29.  
  30.  
  31. .entry-content a {
  32. text-decoration: underline !important;
  33. }
  34.  
  35. .iconbox_content_container a {
  36. text-decoration: underline!important;
  37. }
  38.  
  39. .main_color .avia-mailchimp-form input[type='submit'] {
  40. background-color: red;
  41. color: yellow;
  42. border-color: red;
  43. font-size: 20px;
  44. font-family: Arial;
  45. }
  46.  
  47.  
  48. .blog-categories, .slide-meta-comments {
  49. display:none !important;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment