Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Slideshow add text and change alignment

Slideshow add text and change alignment

isabellemaria
Trailblazer
219 2 26

Hi there,

 

I want to add a slideshow to my product page https://taneraskin.com/products/peeling-handschuh (Dawn theme)  and currently it looks like this:

 

Bildschirmfoto 2024-06-08 um 14.09.42.png               Bildschirmfoto 2024-06-08 um 14.10.00.png

 

I want the following changes:

 

- remove grey lines (mobile & desktop)

- display images on the right instead of the left side (desktop)

- ADD TEXT to the white space next to the image slide (desktop) that is displayed above the image in mobile version

 

How is this possible?

 

Best regards,
Isabelle

Replies 2 (2)

Rahul_dhiman
Shopify Partner
658 128 134

Hello @isabellemaria ,
The solution you are looking for is possible .
I can actually do this for you . Plus I see that you are using dawn theme .
I have created awesome stores in dawn theme .
https://t180-professional.myshopify.com/
Check this out .
https://olivalcosmetics.com/

If you are looking something close , I can create the design for you.

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

BSSCommerce-B2B
Shopify Partner
1969 564 566

Hi @isabellemaria 

Do you want the website to look like this?

BSSCommerceB2B_1-1717903653254.png

 

You can follow the instructions below

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

Step 2: Search for the file component-slideshow.css (or base.css)

Did you find the following CSS snippet?

 

 

@media screen and (min-width: 750px) {
    slideshow-component {
        flex-direction: row;
    }
}

 

Please modify it to

 

@media screen and (min-width: 750px) {
    slideshow-component {
        flex-direction: row-reverse;
    }
}
.slideshow-text {
    display: flex;
    align-items: center;
}

 

Step 3: Search for the file global.js add this code snippet to the end of the file

 

window.onload = () => {
    let div = document.createElement("div");
    div.className = 'slideshow-text';
    div.textContent = 'Welcome to BSS Commerce';
    document.querySelector("slideshow-component")?.appendChild(div);
}

 

If it helps you, please like and mark it as the solution

Best regards.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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