When using dropdowns in Ninja Forms, the dropdowns appear to have two sets of dropdown arrows that slightly overlap, when displayed on a page. Is there a way I can disable one of the sets of arrows?
Thank You.
Hi D5WDesignGroup!
Can you please post the link to your website so we can see the issue in order to provide you an accurate solution?
Cheers!
Yigit
Hey!
Please add following code to Quick CSS
.avia-mozilla select, .avia-mozilla .avia_ajax_form .select, .avia-mozilla .entry-content-wrapper select, .avia-mozilla .mobileMenu { background-image: none !important; }
Cheers!
Yigit
Much appreciated! Thank You!