Comments dallasshaw started the conversationNovember 2, 2018 at 2:14amHi there,I would like to remove the "disc" that appears in between the categories when multiple categories are listed. I've scoured the style sheets and php files to find the culprit but I can't seem to locate it. Thank you. 2,700PenciDesign repliedNovember 2, 2018 at 2:29amHi,Please try add more this code to Customize > Custom CSS to do that: .cat>a.penci-cat-name{ margin-right: 10px; } .cat>a.penci-cat-name:after{ display: none; content: none; } Best Regards,PenciDesign1 Likedallasshaw repliedNovember 2, 2018 at 11:50pmWorked perfectly! Thank you =) Sign in to reply ...
Hi there,
I would like to remove the "disc" that appears in between the categories when multiple categories are listed. I've scoured the style sheets and php files to find the culprit but I can't seem to locate it.
Thank you.
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Worked perfectly! Thank you =)