Menu Separators
-
I would like to add separators to my menu like "-" or a "/". Is this possible?
So instead of "Work About Contact" it should look like "Work - About - Contact" or "Work/ About/ Contact" Thanks. -
Dear @christophk
have a look here:
https://www.w3schools.com/cssref/sel_after.aspAnd here:
http://laytheme.com/documentation.html#custom-css-stylingBest!
Marius
-
Thank you - that works. Only I want to add the "CSS ::after Selector" after a menu item. Since I am using the <span> element, all content separators are applied after all the <span> on my site.
Also, I don't want to use the a separator after the last menu item.
Thanks, Christoph
-
Dear @christophk
that is still possible.
I recommend to make a basic course in CSS. You can easily achieve this.Best!
marius