how do i remove featured image in latest news widget using css?
Hey cpdcngo,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
http://cpdcngo . org/cpdcngo/news/
i currently use css to remove my featured image on post. i just need the sidebar recent post widget featured image removed as well.
sorry for the double post.
Hi,
Thanks for getting back to me!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.news-thumb.no-news-thumb {
display: none;
}
Best regards,
Jordan
thanks!