Shopify themes, liquid, logos, and UX
Hi,
it had the option on theme but doesn’t work. I want the text beneath the slider for all sliders home page. Thanks. My site https://vazluxe.com
Solved! Go to the solution
This is an accepted solution.
Hi @Luxurymrkt 😊
I'm Ellie from BOGOS, #1 Shopify Promotion App (gift, bundle, upsell, discount)
Step 1. Go to Online Store
Step 2. Find "Edit Code"
Step 3. Find "theme.liquid" file
Step 4: In the bottom of the file -> find </body> tag -> add this code above </body> tag:
<style>
.collection-item__image-wrapper .collection-item__label {
position: unset !important;
padding-top: 20px !important;
}
</style>
Result:
****If you want to adjust the space between the image and the title, just modify the "20x" in my code and test until you reach the desired position.
If it worked, appreciate if you could Like and Accept as Solution!
This is an accepted solution.
Hi @Luxurymrkt 😊
I'm Ellie from BOGOS, #1 Shopify Promotion App (gift, bundle, upsell, discount)
Step 1. Go to Online Store
Step 2. Find "Edit Code"
Step 3. Find "theme.liquid" file
Step 4: In the bottom of the file -> find </body> tag -> add this code above </body> tag:
<style>
.collection-item__image-wrapper .collection-item__label {
position: unset !important;
padding-top: 20px !important;
}
</style>
Result:
****If you want to adjust the space between the image and the title, just modify the "20x" in my code and test until you reach the desired position.
If it worked, appreciate if you could Like and Accept as Solution!
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