below header there is the ''latest entries'' message which i want to get rid of.
any suggestions?
The blog I need help with is tokoukouni.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
below header there is the ''latest entries'' message which i want to get rid of.
any suggestions?
The blog I need help with is tokoukouni.wordpress.com.
Any luck on this? I am trying to do with this without taking the blog off of its WordPress hosting. If you have downloaded the theme for hosting elsewhere, you can change it in the main index page, but I am limited to the style sheet. I tried just changing the font color to white to hide it, but I can't seem to do that either (though changing the text-transform works just fine).
Got it. I copied this from the existing style sheet and inserted "color" to hide the "Latest Entries"
.latest-posts-header,
.page-title {
color: #fff;
font-size: 18px;
font-size: 1.8rem;
padding: 0 0 0.833em 1.667em;
text-transform: uppercase;
}
Try this
.latest-posts-header {display:none;}
That's much better, houstonweaver. Thanks.
Any way to remove just the text but keep the border?
@scrto1cine Which theme are you using and can you provide a link to the site you are asking about?
sight theme, i've removed the text, but the blank space seems a little bit... amateur
That last link goes straight back to the forum for me.
Mhmh... Seems something is making things difficult :P
Now should be working. Anyway, there's a way to remove pages title tought?
Does this accomplish what you want?
.entry-header {display:none;}
Sure, but also deleted normal posts Headers wich is not wanted. I just want to delete page headers to use mines as well
or if you want the little line below it, use:
.entry-title {display:none;}
ah, understand.
let me look further....
this should remove the header on pages but not posts. Check it out and see if any negative impact.
.page .entry-header{display:none;}
works perfect. Thanks a lot
super.
I'm playing with image hovers.....
This topic has been closed to new replies.