Put text beneath all sliders

Solved

Put text beneath all sliders

Luxurymrkt
Globetrotter
761 2 161

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

E72E4C75-B96C-48F3-A05C-D20C8AAED6BD.jpeg

Thank You | mike
Accepted Solution (1)

Ellie-BOGOS
Shopify Partner
391 33 57

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: 

image (2).png

 

 ****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!

If my post is helpful, let me know by giving a Like or Accept solution.
Use BOGOS to create powerful promotions on your Shopify stores: free gifts, discounts, bundles!
Have a nice day ^^

View solution in original post

Reply 1 (1)

Ellie-BOGOS
Shopify Partner
391 33 57

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: 

image (2).png

 

 ****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!

If my post is helpful, let me know by giving a Like or Accept solution.
Use BOGOS to create powerful promotions on your Shopify stores: free gifts, discounts, bundles!
Have a nice day ^^