Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1413662

    I want to add an underline under the menu item of the current active page. Can you please help me with the code that I need to do this? Thank you.

    #1413694

    Hey stevewroche,

    Please try the following in Quick CSS under Enfold->General Styling:

    nav.main_menu .current-menu-item .avia-menu-text {
      border-bottom: 2px solid;
    }

    Best regards,
    Rikard

    #1413718

    Thank you, that’s brilliant. How do I drop the line a bit further down so it’s not so close to the menu items – maybe 5 pixels further down?

    #1413750

    Hi,

    Please try this CSS instead:

    nav.main_menu .current-menu-item .avia-menu-text {
      border-bottom: 2px solid;
      padding-bottom: 5px;
    }

    Best regards,
    Rikard

    #1413759

    Perfect, thank you.

    #1413764

    Hi stevewroche,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Decorations for menu items’ is closed to new replies.