Hello Gravity Forms Community,
I’m working on a project where I need to visually distinguish a group of fields within a form by giving them a different background color. I understand that Gravity Forms utilizes a grid layout, which has been a bit challenging for me to work with in this context.
Here’s what I’ve attempted so far:
- I inserted an HTML field at the beginning and end of the section I want to customize.
- In the first HTML field, I added
<div class="custom_panel">
to create a container. - In the final HTML field, I closed the container with
</div>
. - I’ve also tried to establish a container using only HTML fields.
However, these methods haven’t produced the desired effect. It seems that my custom CSS class isn’t impacting the background as I hoped.
Could anyone guide me on how to effectively group a set of fields under a section and apply a custom background color using CSS in Gravity Forms? Any tips or insights on how to navigate the grid system in this context would be greatly appreciated.
see the screenshot please.