Breadcrumbs Removed - But Not on Safari?

Hello,

I was able to read through other forums to remove the breadcrumbs with the code below:

.x-breadcrumb-wrap {
display:none;
}

Which when I view the website in chrome is correct, but in safari the breadcrumbs are still there.

Any suggestions?

www.colorisadream.com

Hi @mdennison136,

Thanks for reaching out.

I checked your site and what’s added is this CSS

.breadcrumbs{display:none;}

Please correct it and test it again, thanks!

That worked! thank you

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.