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

Problem with dropdown custom field

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26802
    jimenabirman64jimenabirman64
    Participant

    Please, I need to know:
    How can I change the color, font, size, etc. of the title of the dropdown that appears at https://www.aiach.org.ar/?page_id=1142
    And, at the same page, I need to know how to eliminate the red point that appears, at all the four dropdowns, on the word “Seleccionar”.

    I wait for your assistance.

    Best regards,
    Jimena

    #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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.