Home Forums WoodMart support forum Remove Date From Blog Post Images

Remove Date From Blog Post Images

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #352576

    AstiMary
    Participant

    Hi,
    I have gone through all of the support options on here (and added all the recommended Global Custom CSS) and still cannot remove the blog post date from the images.
    Please help.
    Asti

    #352604

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body.single-post .woodmart-post-date{
    display:none;
    }

    This code would remove the date on the single post, if you want to remove the date on the grid as well, use this custom CSS:

    body  .woodmart-post-date{
    display:none;
    }

    Best Regards

    #354672

    AstiMary
    Participant

    Hi,
    Thank you but that didn’t work I’m afraid. The date is still showing inside the blog image on the home page carousel.
    I have attached an image to show the date.
    Thanks,
    Asti

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

    Hello,

    Please insert the site admin access into the Private content below the message area.

    Best Regards

    #522344

    martin.opaleny
    Participant

    hello.

    i need the same as described.
    What was the sollution, please?

    #522454

    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

    #522731

    martin.opaleny
    Participant

    Perfect, thanks!

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

The topic ‘Remove Date From Blog Post Images’ is closed to new replies.