Shopify themes, liquid, logos, and UX
I have tried to follow and search to change the back ground, some things make my back ground white and some just mess up the whole site.
my site is https://wizardofflow.com/
and i want to use https://cdn.shopify.com/s/files/1/0991/5864/t/14/assets/shirtlessfirestaff.jpg?v=1659207766
for back ground image on main page only for featured products
Solved! Go to the solution
This is an accepted solution.
Hi, @stegoodw
You can try this code
1. Go to Online Store-> Theme->Edit code
2. Asset-> base.css ->paste the below code at the bottom of the file.
#shopify-section-template--14352658006105__featured_collection > div{
background: url(https://cdn.shopify.com/s/files/1/0991/5864/t/14/assets/shirtlessfirestaff.jpg);
background-position: center center;
background-attachment: fixed;
}
you can remove the last line ( background-attachment: fixed; ) to move it with section.
This is an accepted solution.
Hi, @stegoodw
You can try this code
1. Go to Online Store-> Theme->Edit code
2. Asset-> base.css ->paste the below code at the bottom of the file.
#shopify-section-template--14352658006105__featured_collection > div{
background: url(https://cdn.shopify.com/s/files/1/0991/5864/t/14/assets/shirtlessfirestaff.jpg);
background-position: center center;
background-attachment: fixed;
}
you can remove the last line ( background-attachment: fixed; ) to move it with section.
This worked! i do not know what i was doing wrong, can you tell me how you got #shopify-section-template--14352658006105__featured_collection
and is it possible to add custom images to a specific page for each drop down menu item
@stegoodw wrote:and is it possible to add custom images to a specific page for each drop down menu item
????
a custom background for each collection
@stegoodw wrote:This worked! i do not know what i was doing wrong, can you tell me how you got #shopify-section-template--14352658006105__featured_collection
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025