Home Forums WoodMart support forum how can i hide the meta information?

how can i hide the meta information?

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

    gtk017
    Participant

    I want hide the meta information at the Category page

    • This topic was modified 6 months, 1 week ago by gtk017.
    Attachments:
    You must be logged in to view attached files.
    #510311

    Hung Pham
    Keymaster

    Hi gtk017,

    Thanks for reaching to us.

    Please add below code to Theme Settings > Custom CSS > Global custom CSS

    .archive.category .entry-meta.wd-entry-meta{
    	display: none;
    }

    Regards,

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