Mobile menu colors

Hi,

See attachment.

Hi there,

Please add this code in the Global CSS:

@media (max-width: 979px) {
    .x-navbar .mobile .x-nav li:not(.x-menu-item-search) > a {
        background-color: #009FE3;
        color: #fff;
    }
    
    .x-colophon.bottom {
        display: none;
    }
}

You can find more info on how to check for CSS selectors here.
Then information about writing your custom CSS here.

Hope this helps.

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