removing home page content header
-
Hi I know this has been discussed before but i cant seem to get any of the customer css text to work.
site is http://www.noosafit.co.uk i want the text which says ‘home’ on the main content section to be removed.
thanks
Add this to Custom CSS
#post-12 .post-title {
display: none;
}Quote:Add this to Custom CSS#post-12 .post-title {
display: none;
}
Fantastic thank you, do you know how i close the gap now?
Quote:Add this to Custom CSS#post-12 .post-title {
display: none;
}
Fantastic thank you, do you know how i close the gap now?
by the way found your site Prasanna – its great just trying out the child theme now.
Quote:do you know how i close the gap now?First add this to Custom CSS,
#post-12 .entry {
margin-top: -25px;
}Then edit that page and remove the unnecessary
<p> </p>
after the closing</h2>
tag (below Welcome to Noosa Fit)I am now working on another site http://www.hathawyjones.co.uk and again i cant get the custom css to work. Please can you tell me why this is? i have done exactly as you said last time yet it is not working on this new site.
Mod
http://blog.kjodle.net/2012/02/24/styling-wordpress-posts-pages-archives-and-home-pages-by-class/
http://blog.kjodle.net/2012/04/14/target-graphene-action-hook-widgets-by-their-unique-id/
Everything in WordPress has its own unique id. Those articles will help get you started with other things.
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.