How can I change the Heading Size for the Footer widget areas?
Also in the Enfold Latest News widget in the footer, how can I change the linked text from black?
http://farrdesign.graphics/strong/
Hi farrdesign79;
try this with your own size
#footer .widget h3 {font-weight: 400 !important;font-size: 13px !important;}
Hey!
Thank you for using Enfold.
You can follow @begrafik’s suggestion or use this:
#footer .widgettitle {
font-size: 20px;
}
Use this for the latest news widget title:
#top .footer_color strong.news-headline {
color: blue;
}
Regards,
Ismael
Thanks, guys!