Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23635

    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.

    #120592

    Use use CSS to set the tag of the date to , display: none; to hide it.

    #120593

    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

    #120594

    @Ismael: thanks a lot. If I add this does it hide it in my blog entries too?

    #120595

    Hi,

    Yeah, it hides the time in your blog latest entries widget.

    Cheers,

    Ismael

    #120596

    Uh that’s a pity :-(

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘No date in Enfold Latest Portfolio widget’ is closed to new replies.