• Resolved silviagregorio

    (@silviagregorio)


    Hi,
    I’ve searched in the forum this question and found one topic about it with this css:

    .current-menu-item {
    background: red !important;
    }

    It works, but only changues the background, what I want is to changue de text-color and I don’t know how, I’ve tried but I didn’t success

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @silviagregorio

    To change the text color add below css code into Appearance → Customize → Additional CSS:

    #nav-main ul.sf-menu a {
      color: #000; /*Add your desire color*/
    }

    Hope this will helps you.
    Thanx.

    To change the current menu item font, use this CSS:

    .current-menu-item a span {
        color: white;
    }

    Change the color to whatever you like and let me know if it works for you.

    -Kevin

    Thread Starter silviagregorio

    (@silviagregorio)

    Hi,
    Yes it works Kevin
    Thanks a lot to both of you for answering so fast!!

    No problem, I’m glad it works for you!

    -Kevin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changue color top menu in current page’ is closed to new replies.