This topic has 4 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Olga Barlow
Hi,
is there a way to add a background image to single product pages?
Can be the same image for all products.
Couldn’t find it in the options.
Many thanks.
there is no any option for this.
you will be needing some custom css for this.
let me know you site and I’ll give you the code
Here is one single product for example … but we need it for all products.
Hello,
Try the following Custom CSS and change the styles according to your needs
.single-product .template-container .page-wrapper {
background-image: url(https://www.8theme.com/demo/xstore/handmade/wp-content/uploads/sites/33/2017/02/category-decoration-bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up