Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › UI Setting on Filter › Reply To: UI Setting on Filter
May 3, 2021 at 1:08 pm
#33058
Keymaster
Hi,
Try customizing these custom CSS codes:
div.asp_w.asp_sb.searchsettings fieldset legend {
color: red !important;
}
fieldset.asp_filter_tax_cruise_location::after {
content: '';
display: block;
margin-top: 18px;
border-top: 2px solid #e6e6e6 !important;
}
First should help with the color, the second with the line.