Advertisement
Guest User

Untitled

a guest
Apr 25th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. .site-title {
  2. display: none;
  3. }
  4.  
  5. /*This code hides page title but still maintains the title on featured content*/
  6. #main .page header.entry-header{
  7. display: none;
  8. }
  9.  
  10. /*SOCIAL MEDIA ICONS CSS BELOW*/
  11.  
  12. .site .widget_catchresponsive_social_icons a.genericon {
  13. background-color: #fff;
  14. border-color: #fff;
  15. color: #fff;
  16. text-decoration: none;
  17. }
  18.  
  19. .site .widget_catchresponsive_social_icons a.genericon-facebook-alt {
  20. background-color: #3b5998;
  21. border-color: #3b5998;
  22. }
  23.  
  24. .site .widget_catchresponsive_social_icons a.genericon-twitter {
  25. background-color: #00aced;
  26. border-color: #00aced;
  27. }
  28.  
  29. .site .widget_catchresponsive_social_icons a.genericon-linkedin {
  30. background-color: #007bb6;
  31. border-color: #007bb6;
  32. }
  33.  
  34. .site .widget_catchresponsive_social_icons a.genericon-youtube {
  35. background-color: #bb0000;
  36. border-color: #bb0000;
  37. }
  38.  
  39. .site .widget_catchresponsive_social_icons a.genericon-instagram {
  40. background-color: #517fa4;
  41. border-color: #517fa4;
  42. }
  43.  
  44. /*SOCIAL MEDIA ICONS CSS ABOVE*/
  45.  
  46. /*Changes Main backgroundcolour*/
  47.  
  48. #content, #main, #site-generator
  49. {
  50. background-color: transparent;
  51. }
  52.  
  53. /*Main heading CSS transparent etc...*/
  54.  
  55. /*.nav-primary {
  56. background-color: transparent;
  57. border-top: 2.5px solid #000;
  58. border-bottom: 0px solid #000;
  59. }
  60.  
  61. .catchresponsive-nav-menu .current-menu-item > a, .catchresponsive-nav-menu .current-menu-ancestor > a, .catchresponsive-nav-menu .current_page_item > a, .catchresponsive-nav-menu .current_page_ancestor > a {
  62. background-color: transparent;
  63. }
  64.  
  65. .catchresponsive-nav-menu li:hover>a {
  66. background-color: #9CCCD4;
  67. }
  68.  
  69. .catchresponsive-nav-menu li:hover > a,
  70. .sidebar-header-right .widget_nav_menu li > a {
  71. background-color: #E60000; /*Main menu over previous code line*/
  72. color: #000;
  73. }
  74.  
  75.  
  76. .catchresponsive-nav-menu a {
  77. color: #000
  78. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement