Tagged: title bar
Hi guys,
I have a customized page which I use to display my blog entries; and although I set the page to hide both the title and breadcumbs, it keeps showing the title.
How can I hide the title in my blogpage? I do not even want the bar to appear on it.
Regards,
Chapdes
Hey chapdes!
we would need to see the blog page in question. I am not sure if I found the right URL (see private content) on your website, because there I cannot see any breadcrumb. However, use this code to remove the title:
strong.main-title.entry-title {
display: none;
}
Best regards,
Andy
Hi Andy,
Yes, you found the right URL.
Your code helped me remove the title; but is the whole bar I want to remove. How can I do it?
Regards,
Chapdes
Hi!
try this code to remove it:
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
display: none;
}
Cheers!
Andy
Thanks Andy, your code is really doing the job !
Regards,
Chapdes
Hi!
Let us know if you need anything else, we will be happy to assist!
Regards,
Basilis