Hi,
I can’t find the option to add a background image to the shop in the pro-theme. May you could help me out with that.
Best regards.
Hi,
I can’t find the option to add a background image to the shop in the pro-theme. May you could help me out with that.
Best regards.
Hello Sebastian,
Thanks for writing to us.
Regretfully there is no option to add a background image on the shop page but you can achieve it through the custom CSS code.
body.woocommerce-shop.woocommerce {
background-image: url(image_source_URL);
background-size: cover;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.