• Resolved einsteinsolutions88

    (@einsteinsolutions88)


    Good morning!

    Good news, working on a second site with your great theme. Most of your earlier problemsolving I can apply directly to this site. Big steps in a small amount of time.

    But still I don’t have a lot of talent reading code and finding the correct items.
    For the menu You gave me code to change color of current selected button:

    #awada-header .navbar-nav > li > a:hover, #awada-header .navbar-nav > li.current_page_item > a {
        background-color: #f12b24;
    }

    Since I changed the backgroundcolor to white, like to change the font color to #0000f8. Could you help me to the correct code?

    Is there also a way to adjust the background color and font color of the dropdown menu?

    Thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello einsteinsolutions88,

    Try to put below CSS Ruels into Custom CSS Editor:

    #awada-header .dropdown-menu li a {
        color: #000;
    }
    #awada-header .navbar-nav > li > a:hover, #awada-header .navbar-nav > li.current_page_item > a {
        background-color: #ffffff;
        color: #000 !important;
    }

    Save the changes.

    Let us know for further assistance.

    Thank You

    Thread Starter einsteinsolutions88

    (@einsteinsolutions88)

    Worked perfectly, thank you

    You are most welcome.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu font color ‘current’’ is closed to new replies.