Advertisement
kkwrighty

Attent - Custom CSS Addition

Oct 21st, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.31 KB | None | 0 0
  1. /*
  2. The following CSS should be added to the end of the stylesheet of your Builder - Attent custom child theme.
  3. For more information on child theme customizations, visit:
  4.  http://ithemes.com/codex/page/Builder_Child_Themes:_Customizations
  5. */
  6.  
  7.  
  8. /*********************************************
  9.     Custom CSS
  10. *********************************************/
  11.  
  12. body {
  13.     background: #FFF;
  14. }
  15. .builder-module-header-background-wrapper {
  16.     background: #FFF;
  17. }
  18. .site-title,
  19. .site-title a,
  20. .site-title a:hover,
  21. .site-tagline,
  22. .site-tagline a,
  23. .site-tagline a:hover {
  24.     color: #234257;
  25. }
  26. .site-title {
  27.     background: #FFF;
  28.     color: #234257;
  29. }
  30. .site-title a {
  31.     color: #3B3B4D;
  32. }
  33. .site-tagline {
  34.     font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  35.     letter-spacing: 5px;
  36.     font-size: 1em;
  37.     margin-top: 1.5em;
  38.     padding-bottom: 1em;
  39.     color: #e2e2e2;
  40. }
  41. .site-tagline a {
  42.     color: #e2e2e2;
  43. }
  44. .builder-module-navigation {
  45.     line-height: 1.5;
  46.     background: #FFF;
  47.     background: #FFF;
  48.     box-shadow: inset 0 0 2px 2px #FFFFFF;
  49.     border-radius: 2px;
  50.     box-shadow: 0 2px 0 0 #EBEBEB;
  51.     margin-bottom: 3px !important;
  52.  
  53. }
  54. .builder-module-footer .builder-module-element {
  55.     font-size: .6em;
  56. }
  57. .builder-module-content .hentry {
  58.     background: #FFF;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement