Join the Webstudio community

Updated 4 weeks ago

How to Create a Solid Color Overlay in Webstudio Similar to Webflow?

In Webflow, there’s an easy option on the right-hand panel to create a solid color section overlay by setting the background color and opacity for a Div Block that covers the parent container. I’m trying to achieve the same effect in Webstudio but can’t find a similar option. Only gradient

How do I create a solid color overlay in Webstudio that functions like Webflow’s overlay feature? Specifically, I’m looking for guidance on where to find this setting in Webstudio’s interface or the best alternative approach to accomplish this.

Any tips or instructions would be greatly appreciated!
J
O
D
8 comments
hey you need to add a gradient. you can create a gradient that uses the same two colors so its not a gradient visually
in CSS, you can't overlay a solid color using background. Webflow just converts a single color to a gradient behind the scenes
eg background: linear-gradient(black, black);
just replace both blacks with whatever color you want to overlay and add that as a gradient background
we really need to implement the gradient UI we already designed
hope we can start with that next week
thanks John I understand the technical POV of it, but I'm a non-coder don't know HTML or CSS & don't know how to implement. It's way easier on webflow even if it does some things in the backend.
can't wait! would love to see more non-coder options in webstudio.
Add a reply
Sign up and join the conversation on Discord