Tagged: breadcrumbs, page title
Hi,
Maybe a silly question but I don’t see the breadcrumbs and page title. I switched on the ‘display the header’ function when editing the page. So I presume that must do it. It doesn’t but why?
Best regards,
Remco
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Add this on your custom.css or Quick CSS:
.title_container {
display: block;
}
Best regards,
Ismael
Thanks.
I found out that I had:
display: none;
When removing this, the title section is back.
I remember now why I’d done this. I don’t want the title section to be visible on the homepage. So how can I differentiatie this?
Title section homepage: no
Title section productpages: yes
??