Forum Discussion
_anomDiebolt_
7 years agoQrew Elite
Learn to use the inspector in Chrome Dev tools to identify the elements you want to manipulate.
$("span.Icon.DownArrowWhite").hide()
$("span.Icon.DownArrowWhite").hide()