mahi poi no ka oi
psychic stalker
mahi poi no ka oi
And I'm wondering if it's possible to isolate the text opacity from the section opacity. I have tried various ways of trying to circumvent it to no avail.
Apply the opacity to the element containing the text, and not its parent element. Simple.
Sorry maybe I wasn't clear enough. But I was trying to separate the text from the panel itself. Essentially what I want to do is make the panel transparent but the text on the panel solid. As I said, I don't think this is possible but I'm asking anyway just in case (cause I know almost nothing of CSS).
I see. You could try applying an opacity of 100% to the element containing the text and less opacity to the parent element. So, a div containing a p element could have opacity 0.6 and the p element inside it could be given opacity 1.0.
I don't know if that will work, really, but it's worth a shot. TBH, I wouldn't expect it to.