[Resolved] Mobile search – bright blue box behavior

Home Forums Support [Resolved] Mobile search – bright blue box behavior

Home Forums Support Mobile search – bright blue box behavior

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1513380
    Christopher

    …that’s a lot of “b”s… sorry.

    On mobile, when you click on the search button in the header, you get a search box that is wrapped in a bright-blue border.

    It’s like this on every browser. I can add a border to it with CSS but it doesn’t remove the blue.

    Is there a way to remove this or is this just a behavior of the browser in general? Website is in the private information area.

    Mobile or Desktop: Behavior is only on Mobile
    Theme: GP Skeleton Child Theme 0.1
    GP Version: 3.0.2
    GP Premium: 1.12.2

    Thanks.

    #1513550
    David
    Staff
    Customer Support

    Hi there,

    yes thats a browser styling – you can remove it and add your own border color with this CSS:

    #site-navigation.has-active-search .navigation-search input {
        outline: none !important;
        border: 1px solid #ccc; /* Optional */
    }
    #1513568
    Christopher

    So awesome.

    Fixed.

    Thanks, David!

    #1513665
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.