• Resolved CAM

    (@caitlinmccartan)


    I’ve customized my site to underline all links, which is the way I want it to work, except for the primary menu. Is there a way to remove the underlining of links for just this section?

Viewing 3 replies - 1 through 3 (of 3 total)
  • rodicaelena

    (@rodicaelena)

    Hi,

    Yes, you can choose a different Hover Skin Mode in Appearance > Customize > Header > Primary Menu https://vertis.d.pr/i/HTWRmo

    Kind regards,
    Rodica

    Thread Starter CAM

    (@caitlinmccartan)

    That doesn’t work, unfortunately. By default, links throughout the site were not underlined (and there isn’t a customization to turn that feature on). So I used this css to make that happen: a { text-decoration: underline;
    That worked, but I don’t want the primary menu to be underlined. Wondering if there is css that I can use to just have the menu links NOT display that underline?

    Hi,

    I understand now.

    In this case, you can try to change your code with this one:

    ul:not(.primary-menu-ul) a { 
    text-decoration: underline !important;
    }

    Hope this helps.

    Kind regards,

    Rodica

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