Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #709543

    Hi,

    I’m having some trouble making the links in the menu active.
    I want to make the link text white and the background for each link red.
    The hover works fine, but I simply can’t make the links active.

    The links Im trying to make active is the ones right next to the logo. Not the red menu at the top.

    I’ve tried using this, but with no luck.

    #avia-menu .current_page_item {
    background-color:#d63e2d!important;}

    #avia-menu .current_page_item .avia-menu-text {
    color: white !important;
    }

    Any ideas?

    #709596

    Hey morten008,

    Try to use this code instead:

    #avia-menu .current-menu-item > a {
        background: #d63e2d;
        color: #fff;
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.