This topic has 3 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Alphabetix
Hello,
Theme: Woopress / Fullwidth
How can I change the background and text color (+ hover) of the mobile menu?
Thank you,
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
Thank you Rose
The issue related to '‘Change background and text color – Mobile menu’' has been successfully resolved, and the topic is now closed for further responses