Hello,
i`m trying to get a custom background image on all the product and shop pages in my woocommerce shop with enfold.
i was looking for previous posts, but didn`t get the working answer/solution.
thanks a lot!
in private content i sent you a link to a product page of the demo shop
Hey awasner,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Dear Victoria,
attached you`ll find a Mockup of what i want to achieve in the shop.
A picture in the background with less opacity.
Thanks,
Andreas
Hi Andreas,
Try using code like this and use the image that you need:
.single-product .template-shop {
background-image: url(https://www.online-strategen.at/clients/weingut-urban/wp-content/uploads/2019/08/GruenerVeltliner_AlteReben_quer.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}
Best regards,
Victoria