Site logo

Archived topic

Remove Header Link to Site

3 replies · Started by James on September 16, 2019

Viewing posts 1–4 of 4

I couldn't find this as a previous topic, but as I like to have my links underlined, I find that there is an underline under my site's title (except on the home page). I'm sure there is some simple CSS to remove that underline. :)

Hi there,

so the Main Title is P tag on all pages but the home page so the CSS you're using to underline links is applying to that. To stop it from happening edit this CSS, and add the line i have commented:

.main-title a {
    font-style: italic;
    text-decoration: none !important; /* Add this line */
}

Resolved. Thanks!

You're welcome

This archived topic is closed to new replies.