Home Forums WoodMart support forum Remove square date block on individual posts

Remove square date block on individual posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #333538

    [email protected]
    Participant

    On individual posts there is a date block (eg 08 Nov) in the top LHS.
    How can I remove this?

    #333651

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog-design-masonry.has-post-thumbnail .post-date {
        display: none;
    }

    Best Regards

    #333793

    [email protected]
    Participant

    Thank you. That works for the overall blog page, but if I open any individual blog, the date still shows up on the top LHS in a square white block. How can this be removed? I am using the WoodMart theme with the ‘Chess’ layout on the blog page

    #333868

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single .wd-post-date {
        display: none;
    }

    Best Regards

    #334074

    [email protected]
    Participant

    Thanks….that seems to work!

    #334136

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Remove square date block on individual posts’ is closed to new replies.