Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › images are broken & class › Reply To: images are broken & class
August 22, 2016 at 9:21 am
#9859
Hi!
The color of the dragger bar is indeed not changing, it appears to be an unknown issue yet.
Use this custom CSS for the bar:
.mCSB_dragger_bar {
background-color: red !important;
}
and for the arrows:
.mCSB_buttonLeft:after {
border-right-color: red !important;
}
.mCSB_buttonRight:after {
border-left-color: red !important;
}
—-
I see what you mean by that mapping solution. It’s actually pretty clever, and I guess it would be possible to add a custom code that does the same job:
Add items to the $mapping variable associative array.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



