Hello, how can I change the color in the footer widget area?
I tried add this to css, but it doesn’t work:
.footer-widget-area {
background-color: #0066ff;
}
Thank you for answers.
Hello, how can I change the color in the footer widget area?
I tried add this to css, but it doesn’t work:
.footer-widget-area {
background-color: #0066ff;
}
Thank you for answers.
Hello Martin
Add following CSS
#soma-footer-section{
background: #0066ff;
}
Go to Appearance->Customize->Additional CSS and paste this CSS
Regards