hi there – please see the private content link.
the client would like the response form to have a different colored background behind it (ideally, something with rounded corners, etc.) to help “make it more visible”…i’m not sure how to do this. if i do a color section, it’s page wide, and the body copy / text content will also have that color behind it.
any ideas? thanks in advance!
Hi charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home .avia-builder-el-9 {
background-color: #e2e2e2;
padding: 10px;
border-radius: 5px;
}
Cheers!
Yigit
yigit, you ROCK dude! that’s perfect! thank you so much!!!