How Can I Change the Color of the Heading in A Slide Show Impulse Theme?

Hello, I’m sure there is a simple answer to this but I would really appreciate the help.

I’m trying to change the color of the text in my slide shows from white to black.

The theme is Impulse.

Here is the URL:

https://basecampint.com/

I also added a picture.

Hi @MontseV ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.animation-contents {
    color: black !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Hello @MontseV

I would like to give you the recommendation to support you so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before

I hope the above is useful to you.

Best regards,
GemPages Support Team

1 Like

Thank you! Worked fine!

Thank you for the help!