Remove tags from portfolio view

Hello,

I’d like to know how to remove tags from my portfolio grid.
Thanks in advance!

https://www.ahtzirilagarde.com/port/

Hi there,

Please add this code in the Global CSS:

.oslo .tg-cats-holder {
    display: none;
}

Here are some reference links related to the suggestions above:

Hope this helps.

I didn’t work :sweat:

Hi there,

Please try:

.oslo .tg-cats-holder {
    display: none !important;
}

If this still does not work, there might be some CSS errors in the codes you have in the Global CSS.

To check that, please copy and the all your codes here and it should give you some information in case there are CSS errors.

It worked, thanks a lot!

You’re most welcome!

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