Change background color for the entire store

Hi,

I want to change the background color from my store from white to blue.

I’m using Sense theme.

My store link: https://sansleepstore.myshopify.com/

Password: 12345

1 Like

@noriscash

you have easy to manage color can you please check your theme setting in color option

@KetanKumar the colors behind any section is the same white whatever I would do

Hi @noriscash ,

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: paste below code in bottom of file → save.

main#MainContent {

background-color: blue;

}

Hope that my solution works for you.

Best regards,

PageFly

1 Like