Tagged: categories, masonry blog, slash
Hi, I’ve started styling the category links for the masonry blog element on my front page, but was just wondering if there was anyway the forward slash “/” could be removed between categories? It looks a little odd when the links are styled.
Thanks in advance!
Hi Digilocker!
Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,
.av-sort-by-term .text-sep {
display: none;
}
Best regards,
Elliott
Many thanks @Elliott, that worked perfectly :)