Home Forums WoodMart support forum Remove date in blog post

Remove date in blog post

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

    martin.opaleny
    Participant

    Hello,

    please how can i remove the date from blog posts?
    Any CSS i found does not work.

    Thank you

    #522458

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .website-wrapper .main-page-wrapper .wd-post-date {
    	display: none;
    }

    Kind Regards

    #522730

    martin.opaleny
    Participant

    Perfect, thanks!

    #522812

    Bogdan Donovan
    Keymaster

    You are welcome!

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