I’d like to chane the background color of both the main sidebar and the secondary sidebar. Is this possible?
(I found a way to change the entire background color, but I’d like the center (where the posts are) to remine white…)
Is this possible somehow?
Mike
1 Answers
– To change the color for the left sidebar, you can log in to Dashboard > Customize > Left Sidebar Color.
– To change color for the Site-nav, you can add the following code to the style.css file:
.site-nav-inner {background: #...;}
.site-subtitle {color: #...; }
#main-sidebar a { color: #...; }
#main-sidebar a:hover { color: #...;}
– To change background for the Secondary, you can add the following code to the style.css file:
#secondary {background: #...; }
Hope this helps !
Please login or Register to submit your answer