Buy me a coffee

Change Product Detail Page Background

If you want each product detail page use a differnt background, you can follow these.

#1. First, edit a Product

Change Product Detail Page Background 1 Min

#2. Click Additional Info

Change Product Detail Page Background 2 Min

#3. Click Plus icon

Change Product Detail Page Background 3 Min

#4. Choose Code

Change Product Detail Page Background 4 Min

#5. Paste this code into Code Block

<style>
body {
    background-color: #f1f !important;
}
.section-background, .section-border, section, header#header {
    background-color: transparent !important;
}
.header-background-solid {
    opacity: 0 !important;
}
</style>

Change Product Detail Page Background 5 Min