Okay
  Public Ticket #161502
Dates and the '0' text
Closed

Comments

  • Andrew started the conversation
    Hi chap, Brilliant theme, no problem at all these last few months since we put everything into place, so TY, Great job! :) Just a quick question: On our homepage, down the left hand side, you can see when the page was created, ie: 3 months and then a '0'. How can these be removed please? PLUS, on the central tabs, we also have the 'date' and the '0' displaying, again just need to remove these. TY for your help. Kind regards, A.Hayden, B.Sc. UK
  •  93
    djwd replied

    Hi there,

    that '0' it's the comment count. If you don't want it try to paste this in the Custom CSS textarea (Advanced Tab):

    .entry-comments {display:none!important}

    Regards
    djwd

    Regards
    djwd

  •   Andrew replied privately
  •  93
    djwd replied

    In that case update the code I gave you like so:

    .entry-date,
    entry-comments {
    display:none!important;
    }

    hope this helps

    djwd

    Regards
    djwd

  • Andrew replied

    Hi,

    Perfect DJWD!

    TY very much for your quick responses, much appreciated.

    Kind regards,

    A.Hayden, B.Sc. UK