delete the date?

  • Unknown's avatar

    does someone know how to delete the date oder how to modify it (size&color)?
    thanks a lot
    widmer
    switzerland

  • Unknown's avatar

    do you mean css class or id for the post date ? if that’s what you want you can use this :

    .published { display: none; } to hide the posting date

    or .published { background: #777; font-size: 20px; color: #555; }

    to change color, font size, and background color

    note: that’ll only works on Firefox, and if you’re using IE / your visitors using IE don’t expect it to work (although several website already saying that by using span tags they can make it works on IE, but its still not working on IE6 … but i can be wrong .. maybe someone else with more knowledge about css can help you out)

    cheers

  • Unknown's avatar

    The date is now wrapped in a div with an “entry-date” class. You should be able to do much more with it now.

  • Unknown's avatar

    p.s. if you’re not talking about Sandbox, please indicate the theme in your question.

  • The topic ‘delete the date?’ is closed to new replies.