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
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
Hi @Sab24
You add a code to color pink, this one.

You need to locate this code or try to paste this code.
-
From your Shopify admin dashboard, click on āOnline Storeā and then āThemesā
-
Find the theme that you want to edit and click on āActionsā and then āEdit codeā.
-
In the ātheme. Liquidā file. Find the tag and paste the code below before the tag.
body.gradient.animate--hover-default {
background: white !important;
}
- 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!



