Hello,
I’m a little bothered by the look of the categories on the page http://00498-003.htz-cs06.clickstorm.de/fachbereiche/
The diagonal line makes it look like a breadcrumb trail. Is there any way to straighten the line? Or can you generally change the look of the categories?
Kind regards,
Martin
Hey Martin,
Please try the following in Quick CSS under Enfold->General Styling:
span.text-sep {
transform: rotate(-20deg);
}
Best regards,
Rikard
Perfect, thank you!!!