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

Change Breadcrumb Background Color

GM

Garrett McDaniel

Helix Framework 2 years ago

Would like custom css to change the breadcrumb background color.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #113262

That's weird becuase CSS is fully correct.

but I saw where you made a mistake

info_951_2023.png

must be extra "}" to close @media rule otherwise background is gone only in mobile view. Advice put my code above that! but don't forget to close "}" anyway.


I know, easy to miss... we are still only humans.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #112974

Hi Garrett,

Yes, Custom CSS is needed this time, to remove lightgrey use:

.breadcrumb { background-color: transparent;}

Of course you can use any color you want ;)

0
GM
Garrett McDaniel
Accepted Answer
2 years ago #112986

Thank You, I have tried this in custom css section in template options AND in my custom.css file after clearing cache and trying multiple browsers no change has occured.

0