Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @avenus91,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .site-nav ul a:hover { border-bottom-color: transparent !important; }

    Let me know if that does it.

    — Anders

    Thread Starter Avenus91

    (@avenus91)

    Thanks Anders, but this code doesn’t work. “Portfolio” and “Info + Contact” in the menu is underlined when viewing the home page.

    Theme Author Anders Norén

    (@anlino)

    Ah, I missed that you’re using the fallback menu. For that one, use:

    .alt-nav li a { text-decoration: none; }
    Thread Starter Avenus91

    (@avenus91)

    Thanks Anders, it worked.

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