Website title, but not on main page?
-
Is there a way to give the site a title in such a way that it does NOT display on the main page? Our title is wrapped up in our logo on the main page and when I put the title into the design, it plants it over the main picture on our site, which I want to avoid. The problem is that, for search engine visibility and for outside links to the site, since the site has no ‘title’ in the opening code, it is very hard to optimize…
Many thanks for any help in advance,
Jon
The blog I need help with is: (visible only to logged in users)
-
-
You can hide the site title on the homepage with this custom CSS:
.home .site-title { display: none; }
- The topic ‘Website title, but not on main page?’ is closed to new replies.