Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125871

    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

    #1126447

    Hey awasner,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1126811

    Dear Victoria,

    attached you`ll find a Mockup of what i want to achieve in the shop.

    View post on imgur.com

    A picture in the background with less opacity.

    Thanks,
    Andreas

    #1127167

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.