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 #1604877
Hide categories on home page
Closed

Comments

  • WAX33 started the conversation

    Is it possible to remove the view of categories for posts on the main page like this? (Circled)

    Is it also possible to remove categories ONLY on the 'big' posts when I used mixed posts style layout?

    Is it also possible to remove the view of subcategories? For example: in the photo, I title the article 'Spotlight: SHVPES' so it would be good to remove 'Spotlight' (which is a sub-category of 'Features') from that list. Is this possible?

    Sorry, lots of similar questions! I'm just trying to figure out what I think looks best.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ To remove categories on the homepage only, please add more this code to Customize > Custom CSS:

    body.home span.cat{ display: none !important; }

    2/ To remove category on the mixed posts style layout, please add more this code to Customize > Custom CSS:

    .overlay-header-box .cat{ display: none;  }

    3/ Sorry, there is no way to do that.


    Best Regards,

    PenciDesign