hello,
how can I remove image, date and time in widget ‘enfold latest news’
thank you!
Hi ftt123!
Please try the following in Quick CSS under Enfold–>General Styling:
span.news-thumb, span.news-time{
display:none !important;
}
Regards,
Rikard
Hi ftt123!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:
.widget.newsbox .news-thumb {
display: none !important;
}
.widget.newsbox .news-time {
display: none !important;
}
Best regards,
Günter
thanks!