Remove Post Meta Data Display

Home Forums Gillion Theme Remove Post Meta Data Display

Home Forums Gillion Theme Remove Post Meta Data Display

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    RESOLVED Posts
  • mkemrtn
    Participant

    You can enter the below css into the CSS Code text field to remove the meta data from displaying on the home page. The CSS Code can be found at Appearance / Theme Settings / Custom Code / CSS Code. Hopefully this helps someone!

     

    .home .post-meta,
    .categories,
    .tags {
    display: none;
    }

    mkemrtn
    Participant

    You can enter the below css into the CSS Code text field to remove the meta data from displaying on the home page. The CSS Code can be found at Appearance / Theme Settings / Custom Code / CSS Code. Hopefully this helps someone!

     

    .home .post-meta,
    .categories,
    .tags {
    display: none;
    }

    I hope you are well today and thanks for helping out here in this forum.

     

    Your help here is really appreciated.

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