Move Slideshow Header text to the bottom of the image

Solved

Move Slideshow Header text to the bottom of the image

JimmyPea
Shopify Partner
9 1 8

The header text within the slideshow is too high up, I need to sit closer to the bottom of the image. Using Studio theme. Screenshot 2024-06-26 at 14.52.49.png

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

- Here is the solution for you @JimmyPea 
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media screen and (min-width: 750px) {
    .slideshow__text-wrapper.banner__content {
        padding: 0 !important;
    }
.banner--desktop-transparent .banner__box{
 padding: 2rem 0 !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1719411589721.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 10 (10)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @JimmyPeaCan you kindly share your store link with us? We will check it and suggest you a solution if possible

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

JimmyPea
Shopify Partner
9 1 8
BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @JimmyPea, Currently your store is password protected

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

JimmyPea
Shopify Partner
9 1 8

Selig is the password

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @JimmyPea

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Inside head tags. You need create style tags. After insert my code inside style tag

BSSCommerceHDL_0-1719411363702.png

 

.slideshow__text-wrapper.banner__content {
    padding: 0 !important;
}

 

Here is result: 

BSSCommerceHDL_1-1719411447086.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

JimmyPea
Shopify Partner
9 1 8

will this code confuse matters:
Screenshot 2024-06-26 at 15.26.55.png

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @JimmyPea, That code has no effect on the problem at hand 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

JimmyPea
Shopify Partner
9 1 8

password 'selig'

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

- Here is the solution for you @JimmyPea 
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media screen and (min-width: 750px) {
    .slideshow__text-wrapper.banner__content {
        padding: 0 !important;
    }
.banner--desktop-transparent .banner__box{
 padding: 2rem 0 !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1719411589721.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
JimmyPea
Shopify Partner
9 1 8

Perfect, thank you very much