Hi,
Take a look here. What has happened? It used to be like this: / in the same color as the font
Hi webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#js_sort_items .text-sep {
color: white!important;
border: none!important;
}
Best regards,
Yigit
Hmm…that just totally removed them. It used to look like this:
Hi,
Sorry about that, please try this instead:
#js_sort_items .text-sep {
color: #919191 !important;
border: none !important;
}
Regards,
Rikard
No good…
Why are we trying to fix this with css snippets? Something must be wrong somewhere…
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
Here you go…
Hi,
I changed the code to following one
#js_sort_items .text-sep {
border: none !important;
text-indent: 0;
}
Please review your website now
Best regards,
Yigit
Hi,
Yes that helped, but why som much space between the separators? What has gone wrong? This is all default Enfold stuff.