How to override opacity of parent container?

Hey,

Is there a way to to make a container partly transparent and keep the content inside it 100% opaque?
Hoping there is an easy fix that I just can’t find :crossed_fingers:

Hey @Sondre, unfortunately, overriding a parent container’s opacity is not possible – this is a CSS behavior and not something specific to Appfarm Create. You can, however, use rgba if you’re dealing with a plain color in the background.
Hope this helps!

1 Like

Very nice! Thank you that worked :slight_smile: Did not know about the a :sweat_smile:

1 Like