K
Kai
Original poster
Member
#1
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;
}
ST
Spiracle Themes
Original poster
#2
Hello Kai,
Try the CSS given below
#soma-footer-section{
background: #f86b76;
color: #f86b76;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Regards
CC
Caz Cairns
Original poster
#3
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 so
Many thanks
Caz
ST
Spiracle Themes
Original poster
#4
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