How can I change Product page Colour

Solved
yesi19
Tourist
12 0 2

I would like to change the colour of my product page and collections but i dont know how. I use YUVA theme on shopify 

Accepted Solutions (2)
ZestardTech
Shopify Expert
5091 909 1212

This is an accepted solution.

Hello there,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > common.min.css and paste this at the bottom of the file:

 

 

.template_collection main#MainContent {
background-color: #f5f2e8;
}
.template_product main#MainContent {
background-color: #f5f2e8;
}

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

oscprofessional
Shopify Partner
15658 2346 3032

This is an accepted solution.

Hello @yesi19 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->common.min.css>Add this code at the bottom.

body.template_product.breadcrumb-false.theme-layout-rounded.header1.announcement-open {
    background-color: #f5f2e8 !important;
}
body.template_list-collections.breadcrumb-false.theme-layout-rounded.header1.announcement-open {
    background-color: #f5f2e8 !important;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 8 (8)
ZestardTech
Shopify Expert
5091 909 1212

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Moeed
Shopify Partner
2439 617 736

Hey @yesi19 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
yesi19
Tourist
12 0 2
ZestardTech
Shopify Expert
5091 909 1212

This is an accepted solution.

Hello there,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > common.min.css and paste this at the bottom of the file:

 

 

.template_collection main#MainContent {
background-color: #f5f2e8;
}
.template_product main#MainContent {
background-color: #f5f2e8;
}

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
yesi19
Tourist
12 0 2

thank you it worked!

ZestardTech
Shopify Expert
5091 909 1212

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
oscprofessional
Shopify Partner
15658 2346 3032

This is an accepted solution.

Hello @yesi19 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->common.min.css>Add this code at the bottom.

body.template_product.breadcrumb-false.theme-layout-rounded.header1.announcement-open {
    background-color: #f5f2e8 !important;
}
body.template_list-collections.breadcrumb-false.theme-layout-rounded.header1.announcement-open {
    background-color: #f5f2e8 !important;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
yesi19
Tourist
12 0 2

Thank You!