Viewing 4 replies - 1 through 4 (of 4 total)
  • FrankD

    (@frankddo)

    Hi,

    you can try this in the theme customizer:

    .comment-date-time {
    display: none;
    }

    regards, Frank

    Thread Starter mangesh3381

    (@mangesh3381)

    it is not working ..date still coming in comment section. Kindly help.

    FrankD

    (@frankddo)

    Hi,

    ok, you have to add “#comments” before:

    #comments {
    .comment-date-time {
    display: none;
    }
    }

    Thread Starter mangesh3381

    (@mangesh3381)

    thanks..it is working now..

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

You must be logged in to reply to this topic.