Footer image repeats horizontaly

Solved

Footer image repeats horizontaly

kiburi-lifestyl
Excursionist
33 1 9

In the Footer my image seems to repeat itself. I also have the do not repeat snippet in theme.css aswell. Do I need to resize the photo? Doesnt seem to be anywhere size recommendations for Footer image in my theme Warehouse for the footer.

 

sample.png

Accepted Solutions (2)
kiburi-lifestyl
Excursionist
33 1 9

This is an accepted solution.

Awesome, that fixed it, thanks mate 🙂 , greatly appreciate it 🙂

View solution in original post

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

@kiburi-lifestyl Hi 
I'm glad my answer solved your issue. Please mark that answer as the solution. It will serve as a reference for others who may encounter similar problems in the future.

Best regards

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

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
10689 1316 1695

@kiburi-lifestyl - can you please share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

BSSCommerce-B2B
Shopify Partner
1972 564 566

Hi @kiburi-lifestyl 

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

Step 2. Find the file theme.css. Append the following CSS snippet to the end of the file

.footer {
    background-repeat: no-repeat;
    background-size: cover;
}

 

Result

BSSCommerceB2B_0-1718417140205.png

Have a nice day

 

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

kiburi-lifestyl
Excursionist
33 1 9

This is an accepted solution.

Awesome, that fixed it, thanks mate 🙂 , greatly appreciate it 🙂

BSSCommerce-B2B
Shopify Partner
1972 564 566

This is an accepted solution.

@kiburi-lifestyl Hi 
I'm glad my answer solved your issue. Please mark that answer as the solution. It will serve as a reference for others who may encounter similar problems in the future.

Best regards

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