Hello, i’m trying to use an image as the background for all of the product pages and have tried the following css but nothing seems to work 🙁 Would you mind pointing me in the right direction? Am I missing something to change the background?
http://www.ayo.co/product/vancouver-vikings-shoutouts/
Using this css:
.woocommerce.single-product {
background: url (“https://s3.amazonaws.com/cdn-staging.ayo.co/wp-content/uploads/pdp_vector_graphics.png”) no-repeat;
background-size: cover;
background-attachment: fixed;
}
Thank you so much!