Tagged: enfold, portfolio widget
Hi There.
How can I hide the date from the portfolio widget?
Here a screenshot:
And it shuold be usefull to hide the image too.
Thanks.
Andrea
Hey iamconsultingsrl!
Thank you for using our theme.
In custom.css or Enfold->Styles->QUICK-CSS field put the following:
.widget.newsbox .news-time {
display: none !important;
}
For the image:
.widget.newsbox .news-thumb {
display: none !important;
}
Cheers!
Günter
Thanks a lot!