Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1768985
Multiple Categories List Bullet
Closed

Comments

  • dallasshaw started the conversation

    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.

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • dallasshaw replied

    Worked perfectly! Thank you =)