Is there a way to set the home page in the bread crumb to be in all caps? It reads the page caps from the other pages but not the home page even though that’s how the home page is saved.
Hi designtheory!
Please add the following to your Custom CSS
.trail-begin { text-transform: uppercase !important; }
and let us know if it works properly.
Cheers!
Basilis
That worked, thank you!