Hello
Just a quick question on the pages titles . Is it possible to remove the page titles, but only for all posts pages .
Thanks !!
Blog posts- Page title
7 posts from 3 voices-
Posted 3 months ago #
-
To remove titles from specific pages try adding the following to your custom.css or quick.css:
#top.page-id-XX .page-title { display: none; }where XX is the page number.
Posted 3 months ago # -
Thanks for the help slackbladde.
For a specific page it works .
But if i want to apply it to all the forthcoming pages that will be created when i post a new posts on my blog . Not the blog page with all the posts but the posts pages it self .Thanks again !
Posted 3 months ago # -
Hi Benoit,
To remove (hide) the page title from each blog post try this:
#top.single .page-title { display: none; }Posted 3 months ago # -
Thanks slackbladde ! I tried it and it work but it was only the text that was removed so i tried this code .
#top.single .title_container, #top .dynamic_el_1 .title_container { display: none; }It work like a charm awesome !!!
Thanks again for your help !!
Posted 3 months ago # -
Glad you got it sorted :)
Posted 3 months ago # -
Hey!
Thanks slackbladder for helping us out :)
Regards,
PeterPosted 3 months ago #
Topic Closed
This topic has been closed to new replies.














