Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi there,
I want to “turn off” the showing of a page title in my blog, because I tend to use long titles and they overrun the breadcrumb. I found out that I can turn off the usage of both – page title and breadcrum; for all or for selected articles. But I would like to keep the breadcrumb and get rid off the page title.
Any chance?
Best in advance,
Ivo
Hello,
Yes, but you will need to add this code into your custom css box:
.header_page.normal h1 {
display: none;
}
Best regards!
okay – maybe a silly question, but where do I find the custom css box? is this something I need to install first?
br
ivo
Hello,
Custom css box is located under General options.
Best regards!
You must be logged in to reply to this topic.