the “large button” in my theme is solid – the text is not showing. I have adjusted all of the colors in the theme and that is not the issue. Any thoughts on how to resolve this? It’s an issue across all elements in the latest Broadcast theme that use the “large button” section.
Hi @yogurecki
1: Online store > themes > Actions > Edit code > Assets > theme.css
2: paste code at last
.product__submit__add span {
color: white;
}
btw I think you may setting the wrong global text color
The color you set is transparent
@yogurecki - please try solution given by @Kani
you need to add this css to the very end of theme.css file and check
.product__submit__add span {color: #fff;}
Thank you, but unfortunately, it is not working.
Thank you, but unfortunately, it is not working. Do I need to change the global text settings as well?
@yogurecki - please add bracket } on line 24363 and 24368 to complete parenthesis
Right now it is not closed properly hence CSS not working