• How to remove post dates from images, and post title. I would like just the image – without the date of the post and the post name. Thanks, Bob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bmatth1

    (@bmatth1)

    Ok – I used this custom CSS and it works:

    .widget_featured_slider .below-entry-meta {
    display: none;
    }
    .widget_highlighted_posts .below-entry-meta {
    display: none;
    }

    Hello,
    We are very glad that you found an answer to your issue, If you have any problem, feel free to ask.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dates appear on post images – how to remove’ is closed to new replies.