Diable Link Underline (Main Nav Menu) - by blakejnolan

This topic has 12 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp

  • Avatar: blakejnolan
    blakejnolan
    Participant
    August 14, 2014 at 21:31

    How can we disable links from underlining throughout site, or just for the main nav menu?

    Thanks,

    Blake

    11 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 14, 2014 at 21:46

    Hello,

    Could you please clarify with more details or show us screenshots what you want to disable?
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: blakejnolan
    blakejnolan
    Participant
    August 14, 2014 at 21:50

    See here. This is taken on the homepage… showing HOME underlined in main menu. When you hover over other items, the menu item turns red, and has an underline. I’d like to remove the underline…

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 15, 2014 at 06:20

    Hello,

    Please provide us with link to the page.

    Regards,
    Robert Hall.

    Avatar: blakejnolan
    blakejnolan
    Participant
    August 15, 2014 at 14:46

    The site link is in the private content. You must login to see site…

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 16, 2014 at 07:49

    Hello,

    I’ve removed underline on main menu. Please check it now!

    Regards,
    Jack Richardson

    Avatar: blakejnolan
    blakejnolan
    Participant
    August 18, 2014 at 18:31

    Can we remove the underline site-wide? The social icons in the header have underlines too… I just want to disable all of it.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 18, 2014 at 18:40

    Hello,

    Please check your links now!

    Regards,
    Jack Richardson

    Avatar: blakejnolan
    blakejnolan
    Participant
    August 18, 2014 at 18:45

    Great! Thanks!!!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 18, 2014 at 18:46

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: blakejnolan
    blakejnolan
    Participant
    August 25, 2014 at 19:48

    Hi Again,

    I’m working with Legenda on another site, and I want to remove the underline from links…. How did you do it?? 🙂

    Thanks!

    Blake

    Avatar: Eva
    Eva Kemp
    Support staff
    August 25, 2014 at 21:25

    Hello,

    The code is added in style.css of your child theme:

    .header-type-4 .main-nav .menu > li.current-menu-item > a {
    text-decoration: none;
    }
    
    .header-type-4 .main-nav .menu > li > a:hover {
    text-decoration: none;
    }
    
    a:hover {
    text-decoration: none !important;
    }

    Please note we provide support only for one site with Legenda theme.

    Regards,
    Eva Kemp.

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.