-
Author
-
October 4, 2016 at 12:04 #138068ninety83Participant
Hi,
I would like to remove the title header from all post and portfolio pages. i have tried using this code:
h1.page-title {
display: none;
}
.main-title {
padding: 0 0 0px 0;
}
body.blog section.main-title
{
display:none;
but the page title is still appearing on some posts and portfolio items?
October 4, 2016 at 19:35 #138167RaduModeratorHi,
In first instance please provide an account to can see your site
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 4, 2016 at 21:13 #138207ninety83Participanthi,
its http://o1e.site/
the post examples are;
http://o1e.site/horror/little-shop-of-horrors/
http://o1e.site/adventure/watchmen-motion-comics/thanks
ken
October 5, 2016 at 17:56 #138312RaduModeratorHi,
For the post pages you can hide the title with this css
COPY CODE.single h1.page-title { display: none !important; }
For portfolio provide link to can see it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 19:00 #139316ninety83ParticipantHi,
unfortunately that isnt working on post pages?
any other suggestions?
regards,
kOctober 13, 2016 at 17:57 #139449RaduModeratorProvide please a page and a posts URLS to can give you correct css selectors
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2016 at 13:08 #139642ninety83ParticipantHI,
I would like the totally title area for posts to be removed from all posts. not specific to any page, just all posts.
hope that makes sense?
regards,
kOctober 14, 2016 at 19:17 #139690RaduModeratorThis is the selector to removing post titles, it works i’ve tested on your website
COPY CODE.single-post h1.page-title { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.