Home Forums Basel support forum Changing Mobile Menu Active-Item Color Reply To: Changing Mobile Menu Active-Item Color

#669

Artem Temos
Keymaster

Hello there,

Try to add the following CSS code into your Custom CSS section in Theme Settings to fix mobile menu issue and add background for your shop page.

.mobile-nav ul li.current_page_item>a {
    color: #02a1db;
}
.post-type-archive-product .website-wrapper {
    background-color: #ECECEC;
}