Site logo

[Resolved] How to remove the link from the site’s title at the header/menu?

Home Forums Support [Resolved] How to remove the link from the site’s title at the header/menu?

Home Forums Support How to remove the link from the site’s title at the header/menu?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1850764
    Michael

    My site has “Use Navigation as Header” enabled, so the site title is shown on the left side of the header/menu. Is there a way to remove the link from it? I.e. display the title as simple text?
    Thanks for your help,
    Michael.

    #1851048
    David
    Staff
    Customer Support

    Hi there,

    this doc provides a PHP Snippet to remove the link from the Site Title:

    https://docs.generatepress.com/article/generate_site_title_output/

    #1851531
    Michael

    Hi David,
    thanks for your help. The snippet works, but unfortunately also removes the assigned color. Do you have any ideas how to keep the assigned color? Or how to add a color to the snippet?

    Again, thanks for your help,
    Michael.

    #1851556
    David
    Staff
    Customer Support

    You can add this CSS to color the main title without the link:

    .main-title {
        color: #ff0000;
    }
    #1851971
    Michael

    I should have been able to figure that one out by myself…
    Thank you David!

    #1852171
    David
    Staff
    Customer Support

    Glad to be of help

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