Soma Theme Help Free theme

Change Footer Color

K Started by Kai · February 8, 2018 at 7:05 am · 3 replies 1 voice Last reply 7 years, 4 months ago
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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Change Footer Color

By posting, your reply becomes public (unless marked private).