Overlay text on image in refresh theme

Solved

Overlay text on image in refresh theme

seiza123
Excursionist
31 0 8

Hello, 

I would like to add  two images with text overlayed to my home page. For this example i want to overlay the "our mission" and included text onto an image. I have done extensive research and find it may not be possible on the refresh theme, however thought i would reach out to see if anyone has codes to make it work.

I appreciate any help. 

seiza123_0-1722569195827.png

 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 561

This is an accepted solution.

Hi @seiza123,

 

You select the "Rich text" section, to open section settings in the right like the following picture

BSSCommerceB2B_0-1722570752366.png

 

Scroll down and paste this code into Custom CSS:

.content-container {
  background-image: url("https://cdn.shopify.com/s/files/1/0576/1915/2957/products/2015-07-08_Laydown_51238_24374.jpg?v=1657513235");
  background-size: 100%;
  background-attachment: unset;
  background-position: center;
}

Please note that the background image URL in Custom CSS only accepts https://cdn.shopify.com domain, so you must upload your image to Shopify and copy the link to replace the URL in the above code.

BSSCommerceB2B_1-1722570885874.png

 

Hope this 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

View solution in original post

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1972 564 561

This is an accepted solution.

Hi @seiza123,

 

You select the "Rich text" section, to open section settings in the right like the following picture

BSSCommerceB2B_0-1722570752366.png

 

Scroll down and paste this code into Custom CSS:

.content-container {
  background-image: url("https://cdn.shopify.com/s/files/1/0576/1915/2957/products/2015-07-08_Laydown_51238_24374.jpg?v=1657513235");
  background-size: 100%;
  background-attachment: unset;
  background-position: center;
}

Please note that the background image URL in Custom CSS only accepts https://cdn.shopify.com domain, so you must upload your image to Shopify and copy the link to replace the URL in the above code.

BSSCommerceB2B_1-1722570885874.png

 

Hope this 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

seiza123
Excursionist
31 0 8

Thankyou very much, this was perfect

BSSCommerce-B2B
Shopify Partner
1972 564 561

😍 It's such my honor to help you, bro. If you like and mark solution, it will be the greatest motivation for us.

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