background color
-
I have the premium plan and just changed to the Baskerville 2 theme. I want the entire site to be white. Right now the header and the footer are dark grey. How do I get it to be white? What code do I put into CSS?
The blog I need help with is: (visible only to logged in users)
-
Let’s start with this. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. you can adjust the color codes for the site title and navigation as desired.
.bg-dark, .bg-graphite { background: #fff !important; } .header .cover { background: none; } .site-title a { color: #000 } .site-description { color: #cc0000; } .main-navigation li > a, .main-navigation ul ul a, .main-navigation ul ul ul a, .main-navigation ul ul ul ul a, .main-navigation ul ul ul ul ul a { color: #000 !important; } .search-icon::before { color: #cc0000 } .header-search-block .search-field { background: #777; } -
-
- The topic ‘background color’ is closed to new replies.