Hi,
i would like to add a background image to the footer on specific pages (not to all, only selected)
How can i do that for desktop and mobile view?
Kind regards Jak
Hey Jak73,
Thank you for the inquiry.
Looks like the footer is disabled on the page. If you want to apply a background to the socket or the container where the copyright is located, then you can use this css code.
.page-id-536 #socket {
background: url(IMAGE URL HERE);
}
Best regards,
Ismael