How to edit the container background.

Solved
Anonymous
Not applicable

Is there any way to extend the background color of the container to fill the entire line , now when you look at the container it has blank space on both the left and right side of the web page . How to make the entire line have a background color as yellow. Any assistance would be helpful.

cont.jpg

 

 

Site url :: https://nxxdacuumxpfw971-71493648693.shopifypreview.com

Accepted Solution (1)
laddisahsi
Shopify Partner
321 33 36

This is an accepted solution.

Hi @Anonymous 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag

<style>
section#shopify-section-sections--20744440119605__e93b1dd5-a2d0-491d-a60e-34cea9d7e912 {
    background-color: #DDAE2A !important;
}
</style>

 

laddisahsi_0-1695039375719.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!

View solution in original post

Reply 1 (1)
laddisahsi
Shopify Partner
321 33 36

This is an accepted solution.

Hi @Anonymous 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag

<style>
section#shopify-section-sections--20744440119605__e93b1dd5-a2d0-491d-a60e-34cea9d7e912 {
    background-color: #DDAE2A !important;
}
</style>

 

laddisahsi_0-1695039375719.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!