Dear Support,
How can I do the following:
1. Reduce the height of Header Title and Breadcrumbs
2. Remove ”You are here:” from Breadcrumbs
3. Completely remove Header Title and Breadcrumbs from the home page
Regards,
Emin
Hey emin!
Thank you for coming back.
1 + 2) Use the following:
#main .title_container {
height: 49px !important;
}
.breadcrumb .breadcrumb-trail .trail-before {
display: none !important;
}
3) Open the page and in the layout metabox Title Bar Settings select “hide both”. I did that for you already. You can overwrite the general enfold settings for every page here.
Regards,
Günter
Hi!
Thank you for coming back.
Try the following:
.home .av-rotator-container h3 {
font-weight: 900 !important;
}
Cheers!
Günter
Hello Gunter,
It is OK now.
Thanks so much
Regards,
Emin