Restoring featured blog titles whilst removing home page title
-
I’ve added this CSS so that the title does not show on my homepage:
.page-id-268 .entry-title {
display: none;
}However, it has also had the effect of removing the titles of featured blogs that appear on the featured images on my homepage.
Is there a way to adapt the code so the featured blog titles remain but the page title does not show?
The blog I need help with is: (visible only to logged in users)
-
Let’s make the selector a little more specific so that it targets only the title in the content area. Modify the selector you have to look like this:
.page-id-268 #content .entry-title { display: none; } -
-
-
Hello,
question…whenever I post a blog post, it shows up on my homepage as well as my “blog” page… How do I stop that from happening?I would like my homepage to feature other things but I don’t see where to edit the defaulted homepage.
Thanks for any help you can give in advance!
-
-
- The topic ‘Restoring featured blog titles whilst removing home page title’ is closed to new replies.