This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Loader and 'close' button position with disabled magnifier

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

#11872
Ernest MarcinkoErnest Marcinko
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]