Home New Guten Forums WoodMart support forum I want to hide the date information on the post list, what should I do

I want to hide the date information on the post list, what should I do

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #512138

    gtk017
    Participant

    I want to hide the date on the post list for all pages, what should I do
    thanks

    Attachments:
    You must be logged in to view attached files.
    #512202

    Hung Pham
    Keymaster

    Hi gtk017,

    Thanks for reaching to us.

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-blog-holder .article-inner .wd-post-date{
    	display: none;
    }

    Regards,

    #512228

    gtk017
    Participant

    thank you for your support
    I have another question. There is still some information on my search results page that I want to delete. What should I do?

    Attachments:
    You must be logged in to view attached files.
    #512341

    Hung Pham
    Keymaster

    Hi gtk017,

    Use below Custom CSS

    .search-results .article-body-container .entry-meta .meta-author,
    .search-results .article-body-container .entry-summary{
    	display: none;
    }

    Regards,

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