How to change the colour of slideshow text on a specific slide

Hi,

I was looking for some help with changing the text colour on one of my slides as the colour I have selected through the theme editor (white), does not clearly on one of the slides as the slide also has an off white background.

I have attached a screen shot below… I basically want to change the ‘Shop Art’ to black, but only for this slide.

https://goodgrublove.com/ is my website link. Is anyone able to advise?

Any help would be appreciated.

1 Like

Hello, @Raees_Ahmed

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

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.slideshow__slide--1596136906353 .mega-title {
    color: #000000; /* change color valur as you like*/
}

@KetanKumar Thanks I will try this.

Also one more quick question, do you know how I can change the height of the gallery images on the homepage below the slideshow? I have set the gallery section to small, but want to make the height about 30% shorter (around 70px).

Appreciate any help thanks.

@Raees_Ahmed

Thanks for update

sorry, i but i can’t see any gallery section at the home page.

How do you find the slide number for the code? I am trying to change the text colour on just one of my slideshows sides alo

2 Likes