Showing categories only in Portfolio - The Grid

Hello,

I’d like to know how to show categories only in my portfolio. Right now, is showing tags and categories. It it’s possible, I’d like to show a space between categories because they are too close.
Thanks in advance!
https://www.ahtzirilagarde.com/port/

Hi There,

Thanks for writing in!

To remove tag from the portfolio item page please use this CSS in your X-> Theme Option -> CSS.

.single-x-portfolio .x-ul-tags {
display: none !important;
}

There is no such option in the theme to show category in the portfolio page, you need to customize the template in a child theme.
If you are not using child theme please use X child theme for customization.


Please refer to this post how to show category in a item page.

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.