How to add menu divider?

Posted in: Newspaper
Post count: 20

Hi there,

My website is http://www.ourculturemag.com I am trying to add a menu divider which goes in between an item in CSS, however, I am having a bit of trouble.

This is what I am trying to achieve http://x-v.it/mshpl2/1

Thank you!

Post count: 23312

Hello modocmag,

if you want to have only one menu divider, please try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.menu-item:before {
content: '//'!important;
}

The result is here -> https://www.screencast.com/t/V0D2naNyX

Hope this helps!

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.