Shop Categories

X

change the colour of 'active a' link in agama pro main nav menu

Home Forums Agama Pro change the colour of 'active a' link in agama pro main nav menu

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12193
    Mark Roberts
    Participant

    Hi there,

    Is it possible to give the nav menu ‘active a’ link a different colour.
    The colour of the links change on hover, but I would also like the ‘active a’ link to be a different colour.
    Is it also possible to change the underline on the nav menu ‘active a’ link to a different colour and line thickness.

    Thanks and kind regards,
    Mark Roberts

    #12226
    Zex
    Moderator

    Hello, Mark!

    Insert the following code into Customizing->General>Additional CSS:

    .current-menu-item  a{
        color:blue!important;
        border-bottom-color: blue!important;
        border-bottom-width: 1px!important;
    }
    
    .current-menu-item  a:hover{
        color:red!important;
        border-bottom-color: red!important;
    }

    Change the colors and the border width values per your needs.

    Regards

    • This reply was modified 4 years, 4 months ago by Zex.
    #12228
    Mark Roberts
    Participant

    Thanks Zex,

    Worked like a treat 🙂

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