Double Breadcrumb Problem - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Double Breadcrumb Problem

PB

Paolo Bianchi

Helix Framework 4 years ago

Hello, in this and other pages I have a problem with a double view of the breadcrumb. https://aefirenze.it/en/about-aef-florence The first is displayed correctly in the correct position. The second, positioned under the title, appears only if highlighted and is a duplicate of the first. Is it possible to delete the second one, the "invisible" but present one, positioned under the title?

Joomla 3.10.2 Helix Ultimate 2.0.5

Thanks for your help

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #36274

Hello Paolo Bianchi

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sp-page-title-heading ~ .breadcrumb{
    display: none !important;
}

Best regards

0
PB
Paolo Bianchi
Accepted Answer
4 years ago #36287

Perfect, it's working very fine. Thanks a lot Paolo

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #36293

You are welcome. I have a humble request. It would be very kind of you if you can manage some moment to give us feedback on Joomla Extension Directory

0
PB
Paolo Bianchi
Accepted Answer
4 years ago #36298

I already done that, because I needed your help several times :-) Thanks again Paolo

0