Removing “posts” from Hero header through CSS.
-
I’ve been trying to remove the Hero header text saying “posts” from all my posts, but no luck so far. There are no settings available in my theme (GoDaddy Primer). This is why I’m trying through CSS.
I’ve removed them from .category pages with:
.category .page-title {
display: none;
}When trying to remove text saying “posts”, I keep winding up removing the header texts from all pages. Can someone tell me how to remove this header text from all posts, while keeping it intact for all other pages?
The page I need help with: [log in to see the link]
The topic ‘Removing “posts” from Hero header through CSS.’ is closed to new replies.