Home › Forums › WoodMart support forum › bg main menu › Reply To: bg main menu
August 21, 2020 at 6:11 am
#220186
Aizaz Imtiaz Awan
Keymaster
Hello,
You are welcome.
Actually in the link you provided the background color only at the homepage no matter which page you are on.
If you want to add the background color to the home link only then remove the previous CSS and add the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
#menu-item-390 .woodmart-nav-link {
color: white;
background: black;
}
Best Regards.