Re: Product page - background colour dawn theme

Product page - background colour dawn theme

StarMintz
Explorer
50 0 12

Hello,

 

I am currently trying to change the background colour of my product page however, there is no colour theme selection. How do i change the background colour?

 

Thanks.

StarMintz_0-1696329682742.png

 

Replies 5 (5)

syedsumaimaly
Trailblazer
147 16 22

Hi @StarMintz 

Would you mind to share your store URL website, with password if its protected? Thanks!

StarMintz
Explorer
50 0 12

The website is not live yet.

Made4uo-Ribe
Shopify Partner
9710 2309 2888

Hi @StarMintz 

Would you mind to share the preview of the product page? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

websensepro
Shopify Partner
1852 215 260

Hi, @StarMintz .

 

Follow These Steps.

Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.

 

.section-template--20531184173367__product-grid-padding {
    background: azure;
}

.collection-hero.color-background-1.gradient {
    background: azure;
}

 

Result:

websensepro_0-1696330677868.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
StarMintz
Explorer
50 0 12

Hello,

 

I would like the colour to be #6DCFF6

Thanks