Hiding blog title in custom css from all, not just home, pages
-
Hello,
I pay for the custom CSS. I have successfully hidden the blog title from my Tarski theme using the code below (because I have a custom header and don’t want the title duplicated), however, the blog title shows up on all posts and pages.
#blog-title {
display: none;Shouldn’t that code apply to all pages? And if not, what do I do?
Thank you.
JaneThe blog I need help with is: (visible only to logged in users)
-
Post pages and static pages are done a little differently in this theme. Add the following to the end of your custom CSS and it will take care of the rest of the site titles for you.
span#blog-title { display: none; } -
Hi Sacred Path,
You helped me out once before. I was hoping you’d pop up.
It worked like a charm.
Thank you!
Jane -
- The topic ‘Hiding blog title in custom css from all, not just home, pages’ is closed to new replies.