• I’m new to the altering of CSS and I’m trying to remove the horrible dotted underline for hyperlinks in this theme! Hoping someone can help me, I’ve already tried the addition of “text-decoration; none” but that didn’t remove it thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @jahosaari,

    We can remove the hyperlink dotted with the help of custom css. Please apply the css under Appearance -> Customize -> Additional Css-

    article .post-content a {
    text-decoration: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter jahosaari

    (@jahosaari)

    Thanks so much, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Hyperlink Underline’ is closed to new replies.