Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1059991

    Hi,

    how can I change the color of the active page in the menu (color:#F06F29) of this website

    fta-test.de

    With Quick CSS I could change the hovered menu like this which works perfect:

    #top #header #avia-menu .menu-item > a:hover > .avia-menu-text {
    color:#F06F29;
    font-size:18px;
    font-weight:700;
    }

    #1060030

    Hey fta-edfc,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1060049
    This reply has been marked as private.
    #1060286

    Hi,

    Thanks. Add this to quick css:

    li.menu-item.current-menu-item a .avia-menu-text{
    color:#F06F29!important;
    }

    Best regards,
    Jordan Shannon

    #1060416

    Hi Shannon,

    thank you, but that doesn’t work correctly:

    If I have a menu like

    – Our Company
    – about us
    – contact
    – maps

    and click on contact, Our Company and contact should be in orange. But with your coding ALL the menu items are orange.

    Please help.

    #1061230

    Hi,

    It should only be orange for the current page you are on. Can you provide a screenshot?

    Best regards,
    Jordan Shannon

    #1061475
    This reply has been marked as private.
    #1062987

    Hi,
    Sorry for the late reply, I see that for the pages that have a transparent header the current menu items were black, and not orange.
    To fix please try this css:

    #header.header_color.av_header_transparency .av-main-nav > li.current_page_item > a .avia-menu-text {
        color: #F06F29 !important;
    }

    Best regards,
    Mike

    #1065137
    This reply has been marked as private.
    #1065156

    Hi,
    When I view “Fliegen USA” it’s working when transparent and after scroll, I assume that you have tried clearing your browser cache?
    2019-02-10-095612

    Best regards,
    Mike

    #1065488
    This reply has been marked as private.
    #1065584

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Change Color for active’ is closed to new replies.