• Greetings – My site https://www.615lawyer.com is having an issue presenting links with underlines. Specifically: Truck Wrecks & Motorcycle Crashes are not underlined on the home page. Any assistance in getting these underlined to appear as a link would be appreciated.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi @gangelop

    If you want every link to be underlined the use the following code in the custome css area / child theme

    a:link, a:active, a:visited {
        text-decoration: underline !important;
    }

    otherwise if you just want the titles then try

    h2 a:link, h2 a:active, h2 a:visited {
        text-decoration: underline !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Internal Page Link Underlines’ is closed to new replies.