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 #2657174
stle css question
Closed

Comments

  •  1
    shirleydt started the conversation

    Hi there, I am using facetWP to filter on recipes and I'd like to hide for the facets.  I was told to add below into style.css.  Would you please advise how to do that?  Many thanks! - Shirley

    Hide Counts

    To hide counts, add this CSS into your theme’s style.css:

    .facetwp-counter {    display: none;
    }
  •  2,699
    PenciDesign replied

    Hi,

    You can copy the code below:

    .facetwp-counter { display: none; }
    

    and go to Appearance > Customize > Custom CSS > and paste that code at the bottom of the box > click "Publish" button to save it.


    Best Regards,

    PenciDesign