Home Forums WoodMart support forum How to hide categories from portfolio grid

How to hide categories from portfolio grid

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #292146

    Please provide me with a CSS to hide categories from the portfolio grid.

    #292239

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .portfolio-entry .wrap-meta {
        display: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)