Comments Sabrina Costa started the conversationNovember 22, 2017 at 2:12pmHi 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,700PenciDesign repliedNovember 23, 2017 at 3:44amHi,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 hereBest Regards,PenciDesignSabrina Costa repliedNovember 23, 2017 at 9:47amIt works, thank you! Sign in to reply ...
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
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:
Change color code f43192 on the above code to any color code you want. You can get a color code here
Best Regards,
PenciDesign
It works, thank you!