Hello Everyone,
I made a widget for latest news which I have placed in my website footer. It takes my website posts that I selected and places them in my Latest News section perfectly as I expected. The problem is that I do not want the posts in the footer to be clickable. Neither the thumbnail or the title which shows. I just want it to show a line of news and that’s it. Is there any way of removing the links from my Latest News widget in my footer?
Thanks!
Hi ryanelkholy!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .news-content { pointer-events: none; }
Regards,
Yigit
Thank you! That worked!