Skip to main content
All CollectionsFeatures and Product GuidesProduct Guides
Whatmore - change background of video-shopping sections
Whatmore - change background of video-shopping sections
Praneet Sherki avatar
Written by Praneet Sherki
Updated over a week ago

Change Background Image

Step-1 : upload background image link in Shopify media

Note : If you are not on Shopify you can upload in your own custom CDN or AWS S3 bucket.

Step-2 : add custom-CSS in the section in Shopify theme editor

{
background-image: url("<background-image-link-here>");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

p {
color: white !important;
}

Note : If not on Shopify you can add the same CSS for the <div> of the snippet.

You can change the story title text by changing the 'white' colour in the same css.

Save and publish your theme or website.

Change Background Colour

Step-1 : add custom-CSS in the section in Shopify theme editor

{
background-color: #132b4a !important;
}
p {
color: white !important;
}

Note : If not on Shopify you can add the same CSS for the <div> of the snippet.

Please reach out to us at contact@whatmore.club if you are facing any issues.

Did this answer your question?