Change menu underline colour

Home Forums Technical Theme Support STAX Theme Change menu underline colour

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #469990
    David L
    Participant

    Hi team,

    How can i change the green underline colour that comes up when i put my cursor over navigation menu items.

    Its currently green and want red.

    #469997
    Charles
    Participant

    Hi David, which theme are you using?

    #470014
    David L
    Participant

    The Stax theme, thanks

    #470103
    David Morgan
    Keymaster

    Hi David,

    Sure, this can be done by adding the following CSS within the Additional CSS section of the Customizer or Editor:

    .wp-block-navigation__container .wp-block-navigation-item:not(.button) a::after {
        background: red;
    }

    You can adjust color as needed using HEX codes.

    Let us know if this works.

    Thanks!

    #470107
    David L
    Participant

    Hey David,

    Thanks for this, but doesnt seem to have done the trick unfortunatly.

    I went to customizer and added additional css there and hit publish but not red line when i refereshed the page.

    #470118
    Diana
    Participant

    I tried this as well with hex code b24a1e and it didn’t work either. Perhaps because of the disconnect in navigation menus I just opened a ticket about?

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