Home Forums WoodMart support forum Change Main Menu Color Reply To: Change Main Menu Color

#77386

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