Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding this to “Customizer – Additional CSS” changing the image URL to whatever new image you want …

    body.custom-background.woocommerce-page {
    background-image: url("https://puchalkasport.pl/wp-content/uploads/2021/01/2017_Trek_MTB_Day4_02_edit_HR.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }

    Oliver

    Thread Starter szymonpuchalka

    (@szymonpuchalka)

    Thank you,
    But this does not work. Customizer shows mistakes (marking lines on red color). I would like to have background like there is on this page ex. Example page

    Just tested that code again and it does exactly what you want here … are you sure you are on a WooCommerce page? Are you sure your existing CSS isn’t causing an issue?

    Perhaps you didn’t notice because the picture is already there?

    Oliver

    Thread Starter szymonpuchalka

    (@szymonpuchalka)

    Im sure Im doing something wrong. Here you have screen of my all additional CSS.

    Please give me some additional advices. Thanks mate

    You need an additional } before the code I gave you as you’ve not closed the last CSS statement.

    Oliver

    Thread Starter szymonpuchalka

    (@szymonpuchalka)

    It works! Its not what I looked for, but its better !Thanks Oliver

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Backgroud of Woocommerce pages’ is closed to new replies.