How can I alter the heading color in my slideshow?

I have few problems:

  1. The heading text on my slideshow is white and I can’t figure out how to change it to black.

  2. I also cant figure out how to change the background colour of the shop now button and the text also on the slideshow

I am using the taste theme and my website link is https://affordablevintage-f1d9.myshopify.com

Thanks all

Jello

1 Like

Hi,I have readcx all you wrote and i want to help you get it done.

Can you give me an access to your website so i can fix all of these?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
h2.banner__heading.h2 {
color: #000;
}
.slideshow__text.banner__box a.button.button--primary {
background-color: #000;
color: #fff;
}

1 Like

@Jello763
Hello,

.banner__heading.h2 {
  color: #bb1f1f;
}
.button.button--primary {
	background-color: #ccc;
	border-color: #ccc;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like this

Thanks, A Lot. I really appreciate your help

Thanks, A Lot. I really appreciate your help