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

Search field has an inner boarder I can't remove

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search field has an inner boarder I can't remove

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26680
    inspiredearth18inspiredearth18
    Participant

    The search field seems to have two boarders appearing. This is occurring with default settings. I’ve tried to identify why this is occurring, but couldn’t figure it out.
    I’ve tested with all non-critical plug-ins disabled.
    I was not able to test on a generic theme, as the search field didn’t show up at all.

    Here is an example of what I mean: https://ibb.co/9b89mG3 (you’ll see that there is the main boarder on the field, and then some kind of inner boarder.

    How do I get rid of the inner boarder?

    Also, it would be nice if the “Search here…” text was vertically centered. But I can perhaps figure that one out.

    #26698
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    It is coming from a theme custom CSS rule, that adds border and border radius to the input field in the header. This custom CSS should remove that effect:

    .head-search div.asp_w input {
        height: 28px!important;
        border-radius: 0 !important;
        border: none !important;
    }
    #26725
    inspiredearth18inspiredearth18
    Participant

    Thanks Ernest.
    That did the trick. Much appreciated.

    Excellent plug-in. Unbelievable amount of options for customising it.

    I have another question. We have one online business, that we are in the process of splitting into two stores, as we have a reduced product range for one state in our country (Australia), and this was the only viable way to deal with that. So our main store is on the www subdomain, and the new state specific store is on a different sub-domain (wa.mckaysgrassseeds.com.au). Are we able to use the one licence of the main domain and the sub-domain, or will we need to buy it twice?

    Regards,

    Jonathan

    #26726
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Johnatan,

    In legal terms, you can use a single license on both, as those are basically covering the same topic. The auto updater however will only work on one of them, where you activate it – but that is not mandatory to use at all.

    #26727
    inspiredearth18inspiredearth18
    Participant

    Thanks for the prompt reply.
    We’ll buy another licence if the manual updates prove too time consuming.

    Keep up the great work.

    Regards,

    Jonathan

    #26728
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #26757
    inspiredearth18inspiredearth18
    Participant

    Yes, thanks. This ticket can be closed.
    I’ll give a rating now. (DONE. 5 stars).

    Regards,

    Jonathan

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Search field has an inner boarder I can't remove’ is closed to new replies.