- This topic has 6 replies, 2 voices, and was last updated 5 years, 5 months ago by .
Change Color
You must be logged in to reply to this topic.
Hello! How can I change color in Top Bar Background and in Footer Background. I’ve tried to change color in Color setting, but it seems doesn’t work.
Hello @blacat,
Could you share with me (temporary) administrator credentials to your site?
Don’t forget to mark reply as private.
Thanks,
Piotrek
Could you try deactivating all the plugins except the ones needed by the theme?
It seems that you are experiencing some incompatibilities between our theme and one of your plugins.
Thank you,
Piotrek
Thank you, Piotrek!
I deleted plugins and reinstall the theme and the color in the top began to change. But I still don’t know how to change color in Bottom Footer. Can you help me?
Thank you!
The best way would be adding simple CSS code. You should navigate to Appearance > Customize > Additional CSS and add code below (don’t forget to change #121a21 to your desired color):
#wrapper-footer-full {
background: #121a21 none repeat scroll 0 0;
}
Thanks,
Piotrek
You must be logged in to reply to this topic.