Hi,
It would require some custom CSS code. Can you send over the URL to the page where you have the form added and I’ll write the CSS code and send it over.
Thread Starter
wol
(@amlanjyoti)
here is my site https://goo.gl/u6Ync6 still customizing it
I don’t want that dark blue color(#0064bc) in the footer widget section as it is not matching with the black footer background.
Hi,
Add this in WP admin > Appearance > Customize > Additional CSS:
#footer-widgets #optinforms-form2 {
background: transparent !important;
padding: 0;
}
Thread Starter
wol
(@amlanjyoti)
Thank you very much, sir.