• Resolved s3na

    (@s3na)


    Hello there,
    I added css to remove date and to take the comments counter off.

    .mh-meta-comments { display: none; }

    But what is the css to take the little clock symbol off? I can’t find anything in the stylesheet that relates to the clock symbol.

    All the best,
    Sina

    • This topic was modified 5 years, 9 months ago by s3na.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @s3na

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    header .mh-meta-date i.fa-clock-o {
        display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter s3na

    (@s3na)

    Hello @snehalb890

    Yes, it did! Amazing. Thank you so much. Super helpful.
    All the best,
    Sina

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove little clock symbol’ is closed to new replies.