Home › Forums › Quform WordPress › Popup Form Opacity
I would like to have the popup form be semi-transparent. Is there a way to add some code to decrease the opacity of the popup form?
Thanks!!
put this in your custom CSS change the color or opacity as you like
#fancybox-overlay { opacity: 0.7; background-color: #000; }