Home Forums WoodMart support forum Remove date from blog posts on Home page

Remove date from blog posts on Home page

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

    millann
    Participant

    Can you help me remove the date icon from posts?

    i tried with css code to solve this problem but it didn’t work.

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

    Luke Nielsen
    Keymaster

    Hello,

    Please try to use the below code for help, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .blog-post-loop .post-date {
        display: none;
    }

    Kind Regards

    #473911

    millann
    Participant

    Yap, this solved my problem Luke.

    Thank you very much.

    #474240

    Luke Nielsen
    Keymaster

    Hello,

    I am glad that the issue is solved.

    If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

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

The topic ‘Remove date from blog posts on Home page’ is closed to new replies.