Hi everybody,
maybe this has already been resolved: I created a portfolio sidebar using the Enfold Latest Portfolio widget, but I don’t want it to show the date under the list of my entries. How can I do?
Thank you very much.
Use use CSS to set the tag of the date to , display: none; to hide it.
Hi,
@lounge35: Thanks for helping. :)
@gianmarizzi: He is correct. Just add this on your custom.css or Quick CSS
.news-time {
display: none;
}
Regards,
Ismael
@Ismael: thanks a lot. If I add this does it hide it in my blog entries too?
Uh that’s a pity :-(