Tagged: background image
Hi! I’m trying to add a background image in the footer, but it’s not visible! Should there be a specific size? The image I’m testing is 1030×157 px. It seems like the background color is blocking the image!? The settings is fixed and no-repeat. What can I do to see the image?
Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.footer_color { background-size: contain; }}
Regards,
Yigit