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

    Dear Team, on my site (1 example content page below) I use the breadcrumb. CSS see below. I would like to change 2 aspects
    a) The active page title shall not be shown top left “Kundenzentriertes Marketing” for the second time (as it is already visible top right )
    b) on the start/homepage the breadcrumb shall not be shown at all. In an older post https://kriesi.at/support/topic/how-do-i-remove-the-breadcrumb-on-the-home-page-of-enfold/#post-28895 i´ve found this CSS but it did not help

    .title_container .breadcrumb { display: none; }

    Thx a lot & best regards

    Tilman

    • This topic was modified 2 years, 1 month ago by oestersund.
    #1367744

    Hey Tilman,

    Thank you for the inquiry.

    You can use this css code to hide the page title.

    .page:not(.home) .title_container .main-title {
        display: none;
    }
    

    To disable the breadcrumb in the home page, go to the editor and look for the Layout > Title Bar Settings, then select Hide Both.

    Best regards,
    Ismael

    #1367751

    Hi Ismael,
    fine, thanks. sorry, I did not find the title bar settings – where?

    best regards Tilman

    • This reply was modified 2 years, 1 month ago by oestersund.
    #1367888

    Hi,
    The title bar settings are in the admin sidebar layout options:
    2022-10-06_004.jpg

    Best regards,
    Mike

    #1367898

    :-)

    thx a lot Mike !

    best regards Tilman

    #1367924

    Hi,

    Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Breadcrumb repeated info / no active page title on left’ is closed to new replies.