Change Footer Color
I wanted to find out how to change the footer color. Help, please.
Even after I edit the soma-style.css file it won’t change how I want it to look.
soma-footer-section {
border-top: 1px solid #f3f2f2;
background: #f86b76;
color: #f86b76;
}
Replies (3)
-
February 8, 2018 at 7:05 am
I wanted to find out how to change the footer color. Help, please.
Even after I edit the soma-style.css file it won’t change how I want it to look.
soma-footer-section {
border-top: 1px solid #f3f2f2;
background: #f86b76;
color: #f86b76;
} -
February 8, 2018 at 4:33 pm
Hello Kai,
Try the CSS given below
#soma-footer-section{
background: #f86b76;
color: #f86b76;
}Copy and paste it in Appearance -> Customize -> Additional CSS
Regards
-
February 27, 2019 at 4:18 pm
Hi
I would like to change the footer colour to white with black writing but can’t see how to do so, please advise on how to do soMany thanks
Caz -
February 28, 2019 at 12:28 pm
Hi Caz,
Try this CSS
#soma-footer-section{
background: #fff;
color: #555 !important;
}footer h4{
color: #555 !important;
}Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards