Home Forums WoodMart support forum hide date from single blog post image

hide date from single blog post image

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

    kolaygocom
    Participant

    hello, there is a date in the image for the blog post.. as a small square.. how can i hide that date from the image?

    #261660

    Hello,

    Please provide the page URL I will provide Custom CSS.

    Best Regards

    #261859

    kolaygocom
    Participant

    the url is down below:

    #261935

    Hello,

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

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

    Best Regards

    #262444

    kolaygocom
    Participant

    thanks that works.. how can i remove the date in the “latest added blogposts” widget in the side bar?

    #262514

    Hello,

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

    .recent-posts-time{
    display:none;
    }

    Best Regards

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