[Resolved] Remove Header Link to Site

Home Forums Support [Resolved] Remove Header Link to Site

Home Forums Support Remove Header Link to Site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1010593
    James

    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. 🙂

    #1010733
    David
    Staff
    Customer Support

    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 */
    }
    #1010756
    James

    Resolved. Thanks!

    #1010757
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.