[ad_1]
is it also possible to change the hover colour on the selected value?
Plugin Author
edo888
(@edo888)
Hi,
The rule for arrow is the following:
.gt_selected a::after {background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>")!important}
The fill color is in this part: style='fill:%23fff', feel free to change the color, which is white now #fff.
Thanks! 🙂
