Reply 313100 to: Change background and text color – Mobile menu

Avatar: Rose Tyler
Rose Tyler
Support staff
December 26, 2021 at 16:31

Hello,

You can use the next custom CSS code:

.st-menu {
    background-color: white;
}
.mobile-nav .menu li a {
    color: black;
}
.mobile-nav .menu li.current-menu-item > a, .mobile-nav .menu li.current_page_ancestor > a, .mobile-nav .menu li > a:hover {
    color: #005dab;
}

add the code into Theme Options > Custom CSS

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.