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 #1277473
Change category divider icon
Closed

Comments

  •  1
    Joris Schoor started the conversation

    Hi!

    Is there a way to change the icon that divides the categories shown above the post (marked in the image attached)? 

    Thank you for your help!
    Joris

  •  2,697
    PenciDesign replied

    Hi,

    You can change it to circle by add more this code to Customize > Custom CSS:
    .cat>a.penci-cat-name:after{ transform: none; -moz-transform: none; -webkit-transform: none; border-radius: 50%; -webkit-border-radius: 50%; }

    Best Regards,

    PenciDesign