Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Footer background image splitting in two sections in cart page Dawn 15V

Footer background image splitting in two sections in cart page Dawn 15V

ctal37
Trailblazer
159 1 37

B2CD744C-8DFD-4BB2-97AF-907DB1EB90AE.png

63EFAAEB-383E-49B8-907A-2658FE20BC39.png

716BD37F-9594-4224-9537-E80E2612ECED.png

Hii

I tried adding this image as background in footer section and in homepage its alright but in cart page’s footer the image is splitting in 2 sections. Please help me out how do add full image as background in footer section. 

store url : https://midnightmoodstore.com/cart

please check the screenshots.

 

   

Replies 10 (10)

dws_pvt_ltd
Shopify Partner
339 65 84

Hello @ctal37, Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open base.css" OR "theme.css".
6. Add the following code at the end of the file

#shopify-section-sections--17181255237817__footer .footer {
    background-image: url(https://cdn.shopify.com/s/files/1/0662/2586/4889/files/F5AB1CC7-EA76-4413-A786-7FBCCBD9E8A5.png?v=1732621721) !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

Update these 2 CSS for this

" background-position: center;
background-repeat: no-repeat;"

 

Screenshot from 2024-11-26 19-01-07.png

 

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.
ctal37
Trailblazer
159 1 37

0871696A-D716-4942-A2CA-5E51FF8E652D.png

hii.. this code is literally messing everything. not showing anything in home and showing a bit image cart page only check the screenshot 

dws_pvt_ltd
Shopify Partner
339 65 84

Hello @ctal37

Update these 2 CSS for this

" background-position: center;
background-repeat: no-repeat;"

 

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: sales@dolphinwebsolution.com.
For more information visit our website Dolphin Web Solution Pvt Ltd.

Made4uo-Ribe
Shopify Partner
9079 2169 2678

Hi @ctal37 

Replace the code with this one. 

#shopify-section-sections--17181255237817__footer .footer {
    background-image: url(https://cdn.shopify.com/s/files/1/0662/2586/4889/files/F5AB1CC7-EA76-4413-A786-7FBCCBD9E8A5.png?v=1732621721);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    min-height: 300px;
}

And Save. 

result:

Made4uoRibe_0-1732631073136.png

 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
ctal37
Trailblazer
159 1 37

hii @Made4uo-Ribe 

you always gives me solutions unfortunately this code is not working not fixing it please check the screenshots. 

596E695A-BE92-4E8E-B786-CD66A4806AE2.png

Made4uo-Ribe
Shopify Partner
9079 2169 2678

Can you replace the code? Remove the older code that you used, so I can fix it. 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
ctal37
Trailblazer
159 1 37

hey i’ve removed the old code now there no code. 

Made4uo-Ribe
Shopify Partner
9079 2169 2678

You need to replace it with the code I provide. 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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
ctal37
Trailblazer
159 1 37

A620DC76-09FD-4E2E-9345-372FBF733E70.png

hey its not working again it’s messing all the background. check screenshot please help me 

ctal37
Trailblazer
159 1 37

hey @Made4uo-Ribe i tried adding your code as well and its still messing everything. please help me