Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1344056

    Hi,

    How do I have a underline on my active menu item in my navigation menu. i do not want a underline on a submenu.

    • This topic was modified 2 years, 9 months ago by terishka1.
    #1344086

    Hey terishka1,

    I have checked your site and I don’t see any underline on your active menu, do you still need help with this?

    Best regards,
    Nikko

    #1344167

    yes, Sorry if my message was confusing. I need help adding that underline.

    #1344203

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    .menu-item-top-level-1.current-menu-item a {
        border-bottom: 2px solid #e0b55a;
    }

    Best regards,
    Rikard

    #1344467

    Thanks, I tried that but it didn’t seem to work.

    #1344507

    Hi,

    Thanks for the update. Please try this CSS instead:

    .menu-item-top-level-1.current-menu-item a {
        border-bottom: 2px solid #e0b55a !important;
    }

    Best regards,
    Rikard

    #1344643

    Thanks, the underline only seems to apply to the homepage. When I click on another page it does not show.

    #1344671

    Hi terishka1,

    Please try to use this code instead:

    .menu-item-top-level.current-menu-item a {
        border-bottom: 2px solid #e0b55a !important;
    }

    Hope it helps.

    Best regards,
    Nikko

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