Hello!
I can’t change footer’s color from wp-admin, the only way to change it’s background color – is to edit layout.css
http://kino-casting.ru/
kino-casting
ykxdWv8w
Hi artspbseo!
You can change it manually by adding following code to Quick CSS in Enfold theme options under Styling tab
.socket_color { background-color: black!important; } /* Changes Footer Socket background color */
.footer_color { background-color: red!important; } /* Changes Footer background color */
Best regards,
Yigit
I’ve added this code, but nothing happened…Only direct editing css file helps.
Hi!
I updated the code i posted previously. Please try adding to Custom.css file inside Enfold/css folder if it does not work in Quick CSS. And flush browser cache after applying custom css
Best regards,
Yigit
Thank you!