How to hide site title from footer in Stow theme
-
Hi,
I’m racking my brain trying to figure out how to hide the site title from the footer of my home page, https://esthe.tech. I want the title to appear on people’s browser tab of course, so I don’t want to disable the title altogether. I just need to remove it from the footer area. I’m using the Stow theme, by the way.
Any help or suggestions are much appreciated.
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi pharaohsxi
To remove the site title from the footer you have to add the Custom CSS code given below to your site:
.site-info { display: none; }Here is the support link that will give you more information on how to add CSS to your site:
https://wordpress.com/support/custom-design/editing-css/Hope this helps.
-
Thank you very much for your reply. Support responded to me with the following CSS code which worked:
.site-info a.site-name { display: none; } -
I got a response from support. The following CSS code solves the problem:
.site-info a.site-name { display: none; }
- The topic ‘How to hide site title from footer in Stow theme’ is closed to new replies.