left side bar header background and text color
- The topic ‘left side bar header background and text color’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I’m trying to change the background color of the left side bar and also the text color.
For the background color, I enter this css code :
#header { background-color: #422d2e; !important;}
And it works just fine.
Which code should I enter to change all the text color of the side bar ?
Here’is the website : https://lokaandthemoonshiners.com/
As I can’t succeed into setting the color text to a kind of white, it’s bearly visible at this point.
Thanks in advance,
Laurent
The blog I need help with is: (visible only to logged in users)
Hi Laurent,
Thanks for using our theme
To change the color of the menu, you cam use this css code
.mmenu ul li a {color: #fff;}
Let me know if you need more help.
Thanks,
Edy
Hello,
Thank you very much. Just perfect for the menu. I need the same thing for the title, in the upper part of the side bar. And also for lower part of the side bar, where are my social widgets.
Thks in advance.
Laurent
Here’s some more code
h1.site-title a, h2.site-description {color:#fff;}
.jetpack_widget_social_icons svg {fill:#fff;}
#menu-social ul li a {background: #fff;}
#menu-social li a:before {color:#000;}
Thanks,
Edy
Perfect. Thanks a lot for your help.
Laurent