Change background and text color – Mobile menu

This topic has 3 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Alphabetix

  • Avatar: Alphabetix
    Alphabetix
    Participant
    December 26, 2021 at 15:26

    Hello,

    Theme: Woopress / Fullwidth

    How can I change the background and text color (+ hover) of the mobile menu?

    Thank you,

    Please, contact administrator
    for this information.
    2 Answers
    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

    Avatar: Alphabetix
    Alphabetix
    Participant
    December 26, 2021 at 17:33

    Thank you Rose

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Change background and text color – Mobile menu’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.