Hello,
I’m trying to remove the bread crumbs under the Fixed Header with Social Icons and also remove the resizing when you scroll.
What should I do?
Thank you.
Hi centrix!
Try adding this code to the Quick CSS:
.title_container{
display: none !important;
}
.social_header #header_main .container, .social_header .main_menu div > ul > li > a {
height: 115px !important;
line-height: 116px !important;
}
Regards,
Josue
Hello Josue,
That did the trick. Thank you!