Looks like the ".breadcrumb" entry doesn't have a height as it does here, which would be the underlying cause.
Yep, I'd edited the style property to remove the border radius. Reset them, and re-applied my edit and it's working now.If you have edited your breadcrumbs in SPs, revert them and reapply your customisations as there have been changes made to the CSS.
Any customised SPs won't be updated with the new CSS though.
* { border-radius: 0 !important; }
Well bugger me! That would have saved me a couple of hours going through all the SP's looking for anything with a border radius!I had to go through every single SP and check for changes between 1.1.5 and 1.2.0 so I made sure I didn't have any which were outdated.
BTW, it looks like you have no border radius on the site at all?
If so, just add this to EXTRA.css:
You don't need to edit any SPs then.Code:* { border-radius: 0 !important; }
Browser specific prefixes are added automatically.Some browsers still need their own prefix.
Cool, the only things I've got changed via SPs now are the font-family and a few font sizes.It depends is the answer to that.
Some stuff doesn't work too well in EXTRA.css as the page renders first and then EXTRA.css is applied, giving a horrible effect.
The header background is a good example of that.
In other cases !important is required, even using the highest specificity, which again isn't ideal.
Mostly though I use SPs where possible and then EXTRA.css for the styling which isn't covered there.
We use essential cookies to make this site work, and optional cookies to enhance your experience.