How do I change the color of the background of the entire website

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.

Made4uoRibe_0-1728845706297.png

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 tag and paste the code below before the tag.

body.gradient.animate--hover-default {
    background: white !important;
}
  1. 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!