Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › is there a way to set a hover color for the > and < of the results pages › Reply To: is there a way to set a hover color for the > and < of the results pages
January 2, 2021 at 10:43 am
#30958
Keymaster
Try this:
nav.asp_navigation a:hover svg {
fill: red !important;
}