Sona
(@support-web-dorado)
@cajuna,
Please remove background: #00000; line and instead within the same style
add
background-color: rgb(0,0,0,0.0) !important;
to get .wdform_page {
background-color: rgb(0,0,0,0.0);
}
Thread Starter
Cajuna
(@cajuna)
I searched background: #000000 but i didnt find it.
Where is it?
And where should add this?
add
background-color: rgb(0,0,0,0.0) !important;
to get .wdform_page {
background-color: rgb(0,0,0,0.0);
}
Thanks
Sona
(@support-web-dorado)
@cajuna,
Please add it to Form Maker>Manager>The form> Form Options>Edit CSS section.
.wdform_page {
background-color: rgb(0,0,0,0.0);
}
It should work without removing the original black option, but in case it doesn’t work, please contact me at support[at]web-dorado.com. I will help you out
Thread Starter
Cajuna
(@cajuna)
Hi Sona,
It doesnt work 🙁