• Resolved kaanekici

    (@kaanekici)


    Hi,
    I’ve been working on a website for my tennis club recently. When I worked on it yesterday, many of the text were underlined, but why? I have already looked under “typography”, but I cant find anything. I use the theme “Hestia”. Does anyone have any idea why this might be?
    Regards,
    Kaan

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

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

    You can remove the underline from the text with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    a {
    text-decoration: none !important;
    }
    

    Kind regards,

    Manoj

    Thread Starter kaanekici

    (@kaanekici)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Text underlined, but why?’ is closed to new replies.