Hi there,
How do I change the CSS for the footer headlines and the paragraph copy in the footer? They’re currently styled just like my sidebar and I’d like them different. Thanks!
Hey!
Try with this code:
#footer .widgettitle{
font-size: 24px;
color: red;
}
#footer .widget{
font-size: 14px;
color: green;
}
Cheers!
Josue