HI there,
Is it possible to insert some quick CSS for a . or * instead of the vertical bar as a separator?
Thank you
Stevo :-)
Hey Stevo,
I’m not sure if that would be possible, but send us a link to the site in question and we’ll have a look at it.
Best regards,
Rikard
Thanks for taking a look. Link added in PRIVATE :-)
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
border-left: 0 !important;
}
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text:after {
content: '*';
display: inline-block;
margin-left: 13px;
}
.av_seperator_small_border .av-main-nav > li:last-child > a > .avia-menu-text:after {
display: none;
}
Hope this helps.
Best regards,
Nikko
Hi Nikko,
Your help v much appreciated, but that didn’t do a thing!
Any other thoughts?
Stevo :-)
Hi,
Since it didn’t do anything, can you please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Might have been some plugin that is causing the change not to reflect.
Best regards,
Nikko