Home › Forums › Quform WordPress › White Border CSS when using dark theme?
I just need to resolve one issue to complete my contact form.
The white border around the contact form here: walkingdeadcomics.org
I need to remove or add color to it, matching the rest of the bg.
Thanks
I found a solution, by adding to my style.css adding a color as well with a 1px size instead of 10.
#fancybox-content[style] { border-width: 1px !important; border-color: #545454 !important; }