Problem with dropdown custom field

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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 3 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26802
    jimenabirman64
    jimenabirman64
    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 Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.