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!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025