Know how to change the text color in drop down menu

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

  • Avatar: ciddiki
    ciddiki
    Participant
    February 8, 2023 at 11:29

    Hi,

    please let me know how to change the text color in drop down menu.
    Also when it hover, it should change the color as well.

    Regards

    null

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2023 at 11:40

    Hello, Ciddiki

    The next custom CSS code can be used:

    .et_b_header-menu .secondary-menu-wrapper .menu li > a {
        color: red;
    }
    .et_b_header-menu .secondary-menu-wrapper .menu li > a:hover {
        color: black;
    }

    Kind Regards,
    8Themes Team

    Avatar: ciddiki
    ciddiki
    Participant
    February 8, 2023 at 12:28

    Thanks it worked

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

The issue related to '‘know how to change the text color in drop down 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.