Footer Color

Hello,

How can i change “Footer” color in Activello theme ?

Thanks a lot for the prompt reply.

No “Footer widget” in Appearance → Widgets

Any ideas ?

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*footer color*/
footer.site-footer {
    background-color: #8f008f;
}

/*change top footer background color*/
#footer-area {
    background-color: #691c00;
}

If there’s no footer widget, ensure the theme and WordPress version are up to date.

Best regards,
Support.