Hello
working with a site with many products created in Portfolio, I expose parts of these with “The Grid” and i want to show only one of many portfolio categories when I have several categories in the image / product. See attached file
Hi @olahollsten,
On the grid skin editor, the layer for it is Term List which by default display all category where the post is included.
There is no option to just show one category:
If on case you just want to show the very first category for each post, it is possible using first-child selector of CSS. Here’s your guide if you want to go that route.
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
If you are referring to the same category on all post, then maybe instead of using Term list layer, just add a custom text layer and then add the category link manually.
Here’s the complete guide for the grid for some guidance.
Hi and thanks
have tried to figure out what to write to remove all tags
and just expose the first one and where should I put it, maybe on “The grid” css?
Hello @olahollsten,
Yes, you can place the custom css in the “TheGrid” css in your grid settings.

We are unable to provide CSS code for the customization as it is outside of our support scope. You need to use the Google Chrome Developer Toolbar to check the live HTML code and find which CSS selector you need to use.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

