Hello – I’m using the Dawn theme and looking for some help editing my banner buttons. I’d like their background color to be semi-transparent, with the text over them fully opaque. I’ve poked around in the forums and tested a few different things, but none of them worked quite right. Please check out my website here if you think you can help: https://goodboyvintage.com/
Thank you – would very much appreciate any solutions!
I had the same when using “opacity: 0.5;” - the button text also went opaque which was more of a problem as I wanted 25% opaque so text almost disappeared.
So instead, gave the button a background colour using rgba so could apply transparency using alpha channel. So below would be white (255,255,255) with opacity 0.25% (0.25)