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 #2241204
Highlighted product count in shop category
Closed

Comments

  • ccannes started the conversation

    Hello, can you please tell me how to remove the yellow highlight on the number in my shop? It's a product count in the category and I just don't want it to be yellow. 

    Thanks,

    Christina

  •  2,699
    PenciDesign replied

    Hi,

    If you want to remove the yellow background only - keep the number, please try add more this code to Customize > Custom CSS:

    mark.count { background: none; }
    

    If you want to remove the product count, please add more this code to Customize > Custom CSS:

    mark.count { display: none; }

    Best Regards,

    PenciDesign