• I have tried the previous resolutions posted to remove the date but it is still there. Any suggestions?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am not familiar with the particular theme you are using however if there is no setting anywhere in the theme settings or appearance → customize settings to do this then you will need to do it with CSS. Make sure you check every possible place under theme and appearance settings before using the following CSS:

    .entry-date-abs {
        display: none;
    }

    Hope this helps.

    Thread Starter nobs88

    (@nobs88)

    Thanks, I’ve tried this and it does not change.

    My bad, I gave you the CSS but did not tell you where to put it… place it under Appearance → Customize → Additional CSS. If that’s where already putting it there then try this:

    .entry-date-abs {
        display: none !important;
    }
    Thread Starter nobs88

    (@nobs88)

    Thanks! Worked!

    @nobs88 – Great, glad to help any time. Kindly tag the thread as resolved. Thank you and happy blogging!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove date from feature image with The Gap theme’ is closed to new replies.