: How to define the background color of this side menu? I've added a side menu successfully but when i want to change the color of it it doesn't work. The mid of the menu is still another
I've added a side menu successfully but when i want to change the color of it it doesn't work.
The mid of the menu is still another grey and i dont know what to do.
Tried to add style="background-color: grey;" but it didn't made any difference.
The Site I'm talking about
More posts by @Sims2060225
1 Comments
Sorted by latest first Latest Oldest Best
If you want to change the middle grey colour, in the CSS look for the following block of code:
.sidebar-nav li {
text-decoration: none;
color: #fff ;
background: rgba(255,255,255,0.2);
}
then change the background line to whatever colour you want using that syntax or using the normal syntax:
background-color: #F5F5F5 ;
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.