Home Forums Basel support forum Active Menu Item Color

Active Menu Item Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76157

    kwoodberry
    Participant

    Hey there,
    I’m trying to figure out why my active menu items aren’t showing in a different color. Could you direct (as they do in your example). Could you direct me to where I can address this? THANKS!

    #76172

    Hello,

    Please add this CSS to the Theme settings > Custom CSS

    .main-nav .menu > li.current-menu-item > a{
    color:#F9272B;
    }

    Best Regards

    #76251

    kwoodberry
    Participant

    THANK YOU! And just in case someone searches on this, I added the following to include the menu items that have submenu items:

    .main-nav .menu > li.current-menu-item > a{
    color:#F92A2C!important;
    }
    .main-nav .menu > li.current-menu-parent > a{
    color:#F92A2C!important;
    }
    .main-nav .menu ul li.current-menu-item > a{
    color:#F92A2C!important;
    }

    #76290

    Hello,

    Thanks for sharing.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)