Archived topic
How to remove the link from the site's title at the header/menu?
5 replies · Started by Michael on July 10, 2021
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.
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/
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.
You can add this CSS to color the main title without the link:
.main-title {
color: #ff0000;
}
I should have been able to figure that one out by myself...
Thank you David!
Glad to be of help