Tagged: enfold, Latest news widget
Hi,
Is there a way to prevent the thumbnail from displaying on the enfold latest news widget ?
Not all posts will have a featured image.
thanks,
Colin
Also is there a way to prevent the date from displaying ? (Show title of post only)
Hey!
In your dashboard you can go to Enfold / General / Quick CSS. Then you can add these lines to your quick css and click save:
.newsbox .news-thumb, .newsbox .news-time {display: none;}
/* IF YOU WANT TO RESIZE YOUR TITLE"S TO BE BIGGER, USE THIS*/
.newsbox .news-headline {font-size: 120%;}
Changing the 120% to whatever size you like.
Regards,
Chris
Thanks for this info, Chris. It’s just what I was looking for, as my client tends not to add featured images to posts, and I wanted to make the Latest News widget display without the thumbnail. :)