Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #360959

    Hi support team,
    how can i modify the current selected font color of a submenu? Is there a quick css trick for that?
    Thanks for helpig

    #361155

    Hi dondela!

    Try adding this to your custom CSS.

    .current-menu-item > a > .avia-menu-text {
        color: red !important;
    }

    Best regards,
    Elliott

    #361347

    Hi Elliot,
    thanks for helping. I tried this, but nothing changed?

    #361582

    Hey!

    Elliott’s code should work fine. Can you please post the link to your website so we can look into it?
    Please make sure to disable CSS minifying feature if you are using and flush browser cache after making styling changes

    Regards,
    Yigit

    #361691
    This reply has been marked as private.
    #361720

    Hey!

    Please try adding following code to Quick CSS

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
    color: red;
    }

    Cheers!
    Yigit

    #361855

    Hi Yigit,
    thanks for helping. i tried this but still nothings change, hm…

    #362309

    Hi!

    Add this as well.

    .current-menu-parent > a > .avia-menu-text {
        color: red !important;
    }

    That will make the top level links red when your viewing a child page.

    Cheers!
    Elliott

    #362918

    Thanks for helping.
    But my current-submenu-color does not change? It seems to be tricky…

    #362921

    Thanks for helping.
    But my current-submenu-color does not change? It seems to be tricky…

    #363343

    Hi!

    I checked your source code and I see this.

    .current-menu-item > a > .avia-menu-text {
    color: red !important;
    } 

    But the code in my previous post is a bit different. Are you sure you have it in there?

    Go ahead and send us a WordPress login if your still having problems.

    Regards,
    Elliott

    #363347

    Hey!

    You can try this:

    #top .header_color .main_menu .menu ul .current_page_item > a {
    color: red;
    }

    Cheers!
    Ismael

    #363523
    This reply has been marked as private.
    #363634

    Hey!

    You had a missing closing curly bracket in your Quick CSS field. I closed it and codes are working fine. Please review your website

    Regards,
    Yigit

    #363651

    Hi Yigit,
    thank you so much!
    As always: World class support!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Submenu current selected font color’ is closed to new replies.