Home › Forums › WoodMart support forum › Change Main Menu Color › Reply To: Change Main Menu Color
September 16, 2018 at 3:23 pm
#77386
Elise Noromit
Member
Hello,
Background color:
Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe
Choose the proper header type (your current) http://prntscr.com/iyd333
Enter the row settings and change the color: https://gyazo.com/115b1f58202f369ead807dad0eb5397b
Main menu text color:
.whb-color-dark .navigation-style-default .item-level-0.current-menu-item > a{
color:#000000
}
.navigation-style-default .item-level-0:hover > a{
color:#000000
}
.navigation-style-default .item-level-0 > a{
color:#000000
}
Login /Register text
.whb-color-light .whb-header-links .item-level-0>a{
color:#000000;
}
Change the colors as per your needs and add them into the Theme settings > Custom CSS
Best Regards