• Resolved Pushkar Kathayat

    (@pushkarsingh32)


    Hello Richie,
    I have updated the theme. previously i had successfully hiddden the date under the post in home page. but after updating the theme, the dates are showing again. the old code is still there but it is not working.
    Please tell me how i can remove the date from appearing in home posts.

    techgeekers.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there Pushkar,

    How are you today?

    That really depends on where you were adding the code? If you added the code to Appearance >> Theme Options >> Custom CSS. Please try reseting the custom CSS and adding the code again. Backup the code somewhere just in case something goes wrong. This is what you should add:

    span.entry-date {
    display: none;
    }

    Hope this helps ??

    Best regards,
    Bojan

    Theme Author Richie KS

    (@rkcorp)

    @pushkar Kathayat
    maybe cache issue after update. try re-save theme option also, there’s new option updated.

    @bojan
    as always, thx for chipping in. appreciated:)

    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    I have tried all these. but nothing is working right for me now

    Theme Author Richie KS

    (@rkcorp)

    i didn’t see this code on your site

    span.entry-date {
    display: none;
    }

    Thread Starter Pushkar Kathayat

    (@pushkarsingh32)

    Yes, saved the css. Now working.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The date under the homepage post appaearing again after updating’ is closed to new replies.