I have a site whose header is “Logo left, menu right”
I would like to have a custom menu separator (the forward slash, in other words ” / ” )
I’m wondering how to make this happen in Quick CSS or custom CSS. Is it possible at all? If so, can you direct me to the right classes and method?
Thanks, you guys.
Hey mterrianrode!
Yes, it’s possible, try to add this in your Quick CSS:
ul#avia-menu > li > a:after {
content: '/';
display: inline-block;
position: relative;
left: 13px;
}
ul#avia-menu > li:last-child > a:after {
display: none;
}
Hope this helps :)
Cheers!
Nikko
Have I mentioned to you guys lately how awesomely awesome you are?
Thanks, Nikko!!!!!
:)
Hi,
Thanks for your kind words :) We really appreciate it if you rate our theme on themeforest.
Thank you for using Enfold :)
Best regards,
Nikko