@zky63Submitted almost 4 years ago
Could not get the span with "$29" inside to go back to 100% opacity even though I put the CSS for it after the CSS for the <p> element it is inside of.
Could not get the span with "$29" inside to go back to 100% opacity even though I put the CSS for it after the CSS for the <p> element it is inside of.
I guess the issue is, you gave it parent a opacity less than 100%. It's like saying a state can't grow bigger than it's country. Your best bet is to make it siblings has less opacity, which would make it get it's default 100%. Hope it helps, cheers.