how to put a forward slash between menu links
Hi is it possible to put a forward slash between the links on the top menu. Same as on this website http://www.sarasamuelsson.co.uk/
Between the links Home / About / Gallery /etc
thanks
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Elise :)
Perhaps something like this added to Appearance > Custom CSS:
/* Main Menu */ .main-navigation ul li:after { content: "/"; color: white; position: absolute; right: 0; top: 34%; } .main-navigation ul li:last-of-type:after { content: none; }Might need some fine tuning.
Thank you, you so clever. It worked, I just changed the top:% to make it line up and changed colour. Perfect
Super :) Glad to hear that did the trick.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.