Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Loader and 'close' button position with disabled magnifier › Reply To: Loader and 'close' button position with disabled magnifier
February 9, 2017 at 9:17 pm
#11872
Keymaster
Indeed, will note this one as well 🙂
In the meantime you can style it like so:
[html].probox .proclose svg {
background: #333333 !important; /* the bg color */
fill: #ffffff !important; /* the cross X color */
box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.9) !important; /* the border width and color */
}[/html]