How do I make the blog posts titles under “popular” in the combo widget white?
Thanks,
Sarah
Hi srmathis!
Thank you for using our theme.
In custom.css or Enfold->styling->Quick-CSS field put following:
.avia_combo_widget .news-headline{
color: #fff;
}
Best regards,
Günter
I tried that but it’s still black.
Thanks,
Sarah
Hey Sarah!
Try with this:
.avia_combo_widget .news-headline{
color: red !important;
}
Best regards,
Josue
fantastic! thank you so much josue. your speed and expertise is greatly appreciated!!
You are welcome, glad we could help.