Home Forums WoodMart support forum bg main menu Reply To: bg main menu

#220186

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.