Home Forums WoodMart support forum How to Disable Post Date on Featured Image AND Author

How to Disable Post Date on Featured Image AND Author

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

    Freddy
    Participant

    Hi,

    When viewing a post, the date and author are shown – I do not want them to be in the post.

    I have disabled the “Author Bio” under Theme Settings > Single Post and “Meta Information” under Theme Settings > Blog Archive but this doesn’t appear to help.

    How do I disable both of these?

    Thanks!

    #575281

    Hello,

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

    .wd-meta-date, .wd-meta-author {
    	display:  none !important;
    }

    Best Regards.

    #575438

    Freddy
    Participant

    Hi,

    Thanks for the CSS. I added this code, however the Posts are still showing the meta data (date and author). I’ve attached a screenshot of the code in place to ensure I’m not missing anything.

    I also tried removing the preleading periods before wd-meta-date & wd-meta-author.

    Thanks..

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

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards.

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