Remove Title from Static Page
-
Hi,
I need help removing the title “hello ladies” from the body of my homepage… here is the link
http://lovingtherealyou.com/ I have tried other suggestions on here but it didn’t work, I’m not very familiar with code so I just need step by step on exactly what to edit. Thank You 🙂
Go to Graphene Options –> Display –> Custom CSS and add this code in Custom CSS area. Save changes.
.post-17 .post-title, .post-title a {
display: none;
}perfect it worked. Thank you!
Admin
@betacarve, you would need to change the
17in.post-17to the post ID of the static page that you want to hide the title. Post a link to the static page so that we can take a look.Also, this topic has been marked as resolved, so it may not receive any attention for new posts. Feel free to create your own topic instead.
@betacarve, won’t that remove the title for every page/post(unless that’s what you really wanted).
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
