Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #198705

    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

    #198742

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #199411
    This reply has been marked as private.
    #199426

    Hey!

    Add this on your custom.css or Quick CSS:

    .title_container {
    display: block;
    }

    Best regards,
    Ismael

    #199448

    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

    ??

    #199512

    Hi!

    Please add following code to Quick CSS

    .title_container {
    display: block; }
    .home .title_container {
    display: none; }

    That should do it, if not please post login credentials to your website once again. previous one is not working

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Where are the page title and breadcrumbs in the header? Breadcrumbs not visible.’ is closed to new replies.