When the sticky menu is active, the class ‘wpc-sticky-menu’ is added to the body element. Below is an example of CSS you can add to only have an effect on the sticky menu.
.wpc-sticky-menu .nav-container { background-color: #f7f7f7; }
When the sticky menu is active, the class ‘wpc-sticky-menu’ is added to the body element. Below is an example of CSS you can add to only have an effect on the sticky menu.
.wpc-sticky-menu .nav-container { background-color: #f7f7f7; }