Hey,
1. What code shall I add if I want to disable the images in the Widget Latest News
http://www.idtraveller.com/algarve/
2. I also want to the headline in the Latest news to have this color #236b8a
Thanks
Charlotte
Hey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.news-thumb {
display: none;
}
#top .all_colors strong.news-headline {
color: #236b8a;
}
Best regards,
Yigit
Great, thanks Yigit :)