How can I alter the color of my product page using YUVA theme?

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

Hello There,

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

Hey @yesi19

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

Best Regards,
Moeed

https://elevaflow.co/

1 Like

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;
}

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;
}

thank you it worked!

1 Like

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.

Thank You!