Change Sub Menu background color

Hello,

I am using Renew stack, and I am confused how do I change the background color of Submenu, but the on page load by default Main Navbar background color is transparent and I don’t want to change that effect.

Is it possible to change only the background color of Submenu and on scroll it will Submenu will be same as Main Navbar background Solid white?

Hi There,

To chane the background color of sub-menu, please try adding this custom CSS under Theme Options > CSS:

body .desktop .sub-menu {
    background-color: #f0f0f0 !important;
}

Hope it helps :slight_smile:

@thai, it worked. Thanks.

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.