How can I change the opacity of Slideshow Subheadings in Taste theme?

The Taste theme has very few type and colour options. One thing it does is just reduce the opacity of (white) slideshow headings to create a (grey) subheading. It’s hard to read. How can I make it less transparent? Or just white as a last resort. (It seems to be the same logic on the Banner sections too.)

I haven’t been able to find the right code. Thanks

my store is www.watsonpack.com

Hey WatsonPack,
this is the property you need:

body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
   color: rgba(var(--color-foreground),.75);
}

You can remove ,.75 and it should be like this:

color: rgba(var(--color-foreground));

If you cannot find it you can just overwrite it.

Hope this helps.

That did it, thank you! I’m having a second problem, which is that the text is stuck at the top, centred. I don’t think I changed anything in the code but nonetheless the editor doesn’t seem to be able to fix it?

Is there anyway I can do this please? I am using the Studio theme and the subheading font is not full opacity. I’m also trying to add a container on the slideshow and trying to make it with less opacity and it’s not letting me do this in settings.