Custom liquid - weird background

Solved

Custom liquid - weird background

mich706e
Tourist
33 0 1

Hello guys, is there anyway to remove the gray background behind this section ? And move the section all the way to the left, so it aligns with the ATC and other contents?

 

 

dfgffdgfd.JPG

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10196 2420 3064

This is an accepted solution.

Hi @mich706e 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

div#delivery-info {
    background: transparent !important;
    padding-left: 0 !important;
}

 

And save. 

result:

Made4uoRibe_0-1727448864363.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

BSSCommerce-B2B
Shopify Partner
1972 564 568

hi @mich706e  
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible. 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1972 564 568

@mich706e ,

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </body> tag

 

<style>
#delivery-info {
  background: none!important;
    margin: 0 auto;
}
</style>

Result:

BSSCommerceB2B_0-1727448694334.png

 

Hope it helps you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
10196 2420 3064

This is an accepted solution.

Hi @mich706e 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

div#delivery-info {
    background: transparent !important;
    padding-left: 0 !important;
}

 

And save. 

result:

Made4uoRibe_0-1727448864363.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
mich706e
Tourist
33 0 1

thank you  this works, i have a translated version of my website - that website is still the same. How do i do it for that ? its in japanese