This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Problem with dropdown custom field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Problem with dropdown custom field Reply To: Problem with dropdown custom field

#26812
Ernest MarcinkoErnest Marcinko
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;
}