Hi,
Is it possible to get a “/” between the menu items?
Something like this
HOME / Portfolio / Services / Contact /
THX Freek
See PC.
THX Freek
Hi,
Can you please go to Appearance > Menus and create a new menu and then choose “Enfold main menu” under Menu Settings firstly?
Best regards,
Yigit
I did!. THX Freek
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav > li > a:after {
content: '/';
position: relative;
left: 35%;
}
.av-main-nav > li:last-child > a:after {
content: '';
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
That did the trick. Thanks!!
Freek