Changing the slideshow color of a specific slide on debut theme

Naws38
Excursionist
29 2 11

Dear all,

I am using Debut Theme, and I would like to know if ther is a solution to change the text colour of the slideshow but ON A SPECIFIC SLIDE

For example on the the slide below the white colour is clear

Capture1.PNG

 But on this one I would like to change it to another colour.

Naws38_0-1611139009966.png

Do you have a solution for me ? Please find under the link to my website

https://konbinisan.com/

 

Your help will be highly appreciated !

 

Thank you

Replies 12 (12)

KetanKumar
Shopify Partner
36839 3635 11972

@Naws38 

Sorry for facing this issue, it's my pleasure to help us.

i think you have already fix this issue right?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Naws38
Excursionist
29 2 11

Dear @KetanKumar 

Thank you very much for your continuous help !

Yes I finally managed it by myself !

 

Thank you

KetanKumar
Shopify Partner
36839 3635 11972

@Naws38 

Great, Thanks for update

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Sophiees96
Visitor
2 0 0

Hi

 

I also have this issue, I need to change the colour of the font from black to white on my second slide. Please can you help?

 

My website - www.thecablehut.co.uk

 

Thanks

 

suyash1
Shopify Partner
9078 1129 1479

@Sophiees96 - white color will not look good but you can try by adding this css to the end of your theme.scss file

.slideshow__slide--slideshow-1 .slideshow__title, .slideshow__slide--slideshow-1 .slideshow__subtitle { color: #fff; }
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
KetanKumar
Shopify Partner
36839 3635 11972

@Sophiees96 

Yes, please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.slideshow__slide--slideshow-1 .slideshow__title, .slideshow__slide--slideshow-1 .slideshow__subtitle 
{
color: #ffffff; /* change color as you like */
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Sophiees96
Visitor
2 0 0

Hi

Thank you.

I have another query. On my categories I want to move the subheadings from the centre of the photos to the bottom because you can't see what it says as the text overlays the product photo.

Thanks

Sophie

KetanKumar
Shopify Partner
36839 3635 11972

@Sophiees96 

Yes, please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.collection-grid-item__title {
    position: relative;
    top: 0;
    transform: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.collection-grid-item {
    margin-bottom: 70px;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
urbantis
Shopify Partner
186 0 55

This code did not work for me, I want to change color text on the 2nd slide (the one with the beer), can you please help?

https://kbar-designs-llc.myshopify.com

pass lacheg

 

Vrcomedia
Visitor
1 0 0

Can you help me please with same issue, i need to change the heading color of the 3rd slide on my shopify website to white 

My website: Brisketdepartment.com

trendiizone
Visitor
1 0 1

How did you solve this? I have a similar problem.

KetanKumar
Shopify Partner
36839 3635 11972

@trendiizone 

Sorry for facing this issue, it's my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing