Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter meir321

    (@meir321)

    I also tried changing the dropdown options with asl_option_label and it also didn’t work.

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Thank you for the details!

    I have visited the URL provided, but the search is not visble there unfortunately. Let me know if it is re-activated and I will check the conflict.

    Best,
    Ernest M.

    Thread Starter meir321

    (@meir321)

    I apologize, I’m not sure why it’s not being displayed there.

    Please check the search on this page:

    https://compudime.com/page-not-found/

    Thank you

    Plugin Author wpdreams

    (@wpdreams)

    Thank you!

    The conflict is created by a min-height attribute set by the theme stylesheets for all the input elements. This should reset that for the search, and align it correctly:

    form input.orig {
        min-height: unset;
    }

    Best,
    Ernest M.

    Thread Starter meir321

    (@meir321)

    Thank you! that fixed the issue.

    What about customizing the text placeholder color and regular search text color and changing the colors of the dropdown texts?

    Please advise, thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search Text Color and Margin’ is closed to new replies.