Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problem with dropdown custom field › Reply To: Problem with dropdown custom field
April 20, 2020 at 9:28 am
#26812
Keymaster
Hi Jimena,
The red dot is coming from the theme styling, you can remove it with this custom CSS:
.asp_select2 li::before {
display: none !important;
}
The fonts are inherent from the theme as well, but you can use this custom CSS to change them as you like:
.asp_sb fieldset legend {
color: red;
font-family: Arial;
font-size: 18px !important;
}