Change color of the navigation arrow icon

Add this code to the Custom CSS field on your Job Board widget’s Appearance tab:

[class*="ArrowControl__ArrowControlIcon"] svg {
fill: #FA0D7F
}
1 Like