Changing backgroun color
-
I really like the theme that I’m using, but I feel like the white background is hurting my eyes. I would like to change the color to #FDF3E7 instead, if possible. Could anybody help me with that?
Thank you in advance
The blog I need help with is: (visible only to logged in users)
-
Hi, add this code to your custom CSS section in theme customizer:
.site-content { background-color: #FDF3E7; }Hope this helps.
-
@theakshaydhiman Thanks a lot. Is there a way to also change the color of the menu bar to the same color?
-
Happy to help :)
Yes, you can change the color of the menu bar (navigation bar) by adding this code:
#site-navigation .main-navigation { background-color: #FDF3E7; }Let me know if it works.
-
-
Please replace the previous code and add this instead:
.main-navigation { background-color: #FDF3E7 !important; }Let me know if it works.
-
-
- The topic ‘Changing backgroun color’ is closed to new replies.