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 #1377731
Post Category
Closed

Comments

  • Sabrina Costa started the conversation

    Hi all,

    I've seen that this theme show ALL CATEGORIES' post (please see the first screenshot).

    Is it possible to show only the PRIMARY CATEGORY's Post (not subcategories or other categories) as the second screenshot? 

    And then, is it possible to customize it? I like the "Beauty" pink category rectangular as this blog.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    1/ Unfortunately, currently this theme doesn't support display only main category. Because almost customers always want to display full the categories of posts.

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

    .cat > a.penci-cat-name{ display: inline-block; background: #f43192; color: #fff !important; padding: 2px 5px !important; font-size: 11px; margin: 0 7px 0 0 !important; }
    .cat > a.penci-cat-name:after{ content: none; display: none; }

    Change color code f43192 on the above code to any color code you want. You can get a color code here

    Best Regards,

    PenciDesign

  • Sabrina Costa replied

    It works, thank you!