Hello, How do I change the color of the Footer Blog Widget Title and font Color. I’m using the a page for the footer instead of the widgets and the styling is not applying. I would like to the text color change for the title/ date / and category
Hey michelebond,
Thank you for the inquiry.
You can use this css code to adjust the color of the widget title:
.main_color div .news-headline .news-title {
color: #ffffff;
}
Best regards,
Ismael
Thanks! How would I change the Date and categories as well?