Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How do i change all of these pink parts on my website to white? my website is https://maisonsaintil.com/?_ab=0&_fd=0&_sc=1
Solved! Go to the solution
This is an accepted solution.
Hi @Sab24
You add a code to color pink, this one.
You need to locate this code or try to paste this code.
1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
body.gradient.animate--hover-default {
background: white !important;
}
4. And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you.
Your appreciation fuels our motivation to assist you better!
Hello @Sab24 ,
Check the theme settings or section settings there you will find an option to change it.
But if it's not there then you need to inspect each element and assign color to it manually.
Thanks
This is an accepted solution.
Hi @Sab24
You add a code to color pink, this one.
You need to locate this code or try to paste this code.
1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
body.gradient.animate--hover-default {
background: white !important;
}
4. And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you.
Your appreciation fuels our motivation to assist you better!
thank you so much!
Welcome! Would you mind hitting 'like' as well? Thanks!