Home Forums WoodMart support forum need to remove category and date from posts page headers

need to remove category and date from posts page headers

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

    BP1989
    Participant

    hi,

    i need to remove the date, comment symbol and the category of post from my post page title.

    kindly find the image attached and please help me regarding this

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .meta-post-categories {
        display: none;
    }
    
    li.meta-date, li.meta-reply {
        display: none;
    }

    Best Regards

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