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
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
Hi Ismael,
fine, thanks. sorry, I did not find the title bar settings – where?
best regards Tilman
:-)
thx a lot Mike !
best regards Tilman