• Resolved chelminski

    (@chelminski)


    I have a problem with my search bar. It does not display the icon and text correctly from the first day after installation. What could this be caused by? Is this a plugin bug or did I do something wrong?

    There is no text on the button. However, the “Szukaj” (search) text is covered by a magnifying glass icon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @chelminski

    I think your theme override the UM CSS. Is this a member directory search?

    Regards.

    Thread Starter chelminski

    (@chelminski)

    Yes, this is a member directory search. How can I fix it? Can I add a snippet with “!important”? How to write it so that it returns to normal? Do you need access to this page?

    Plugin Support andrewshu

    (@andrewshu)

    Hello @chelminski

    Try to add this CSS code:

    input.um-do-search.um-button {
        color: #000 !important;
    }
    body .um-form input[type="search"] {
        padding-left: 30px !important;
    }

    Regards.

    Thread Starter chelminski

    (@chelminski)

    Thank you very much! Now everything looks great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The search bar doesn’t look right’ is closed to new replies.