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 #2433057
Want to hide a category in category sidebar
Closed

Comments

  • Tung Anh started the conversation

    Hi support team,

    Thanks for your previous support. I have another question. 

    How can I hide a category in category sidebar?

    Please take a look at my screenshot below for example. In this case, I want to hide two categories in category sidebar (I highlight them in yellow).

    Hope to get your reply soon.

    Thanks in advance!

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .widget.widget_categories ul li.cat-item-1, .widget.widget_categories ul li.cat-item-168 {
        display: none;
    }
    

    Best Regards,

    PenciDesign

  • Tung Anh replied

    Hi, 

    Thanks for your reply!

    Can you tell more details about where I should add the code on CSS?

    Sorry, my knowledge about IT is quite limited. So it will be great if you can screenshot where I should add it.

    Thanks for your help

    Best regards,

  •  2,699
    PenciDesign replied

    Hi,

    You can copy the code I sent and go to Dashboard > Appearance > Customize > Custom CSS > and paste the code I sent at the bottom of the box.


    Best Regards,

    PenciDesign