• I even did </style> * a { text-decoration:none !important; } </style> in my <head> (which I don’t want to do) and it still underlines any link to my homepage. WTF?!?

Viewing 5 replies - 1 through 5 (of 5 total)
  • A link to your site would allow us to investigate the code and help. Otherwise, we can’t see what’s causing the issue

    don’t forget to check if the ‘underline’ might be a border-bottom in the link style;
    using a free tool such as firebug or firefox web developer add-on could be helpful.

    Thread Starter darrcass

    (@darrcass)

    https://dogknob.com/

    I have Firebug and I can see all the classes that the menu generates, such as menu-item-home. The * a thing was a joking last resort.

    Thanks for your response ??

    it is caused by an underline style, but not on a link:

    .current_page_item {
      text-decoration:underline;
    }

    slightly more than halfway through dogknob.css

    (i did search the stylesheets for all instances of ‘text-decoration’ to find this one)

    Thread Starter darrcass

    (@darrcass)

    Thanks. You are the boss.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Link to home underlined when active= wrong!’ is closed to new replies.