[Resolved] remove border on search bar when typing.

Home Forums Support [Resolved] remove border on search bar when typing.

Home Forums Support remove border on search bar when typing.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2339397
    Jusung

    Hello. at the end on the right side bar, I added a search bar.
    There was a border on the text box, so I removed it.

    However, when I start typing there, I can see the border of the text box.

    Can I remove this?

    #2339852
    David
    Staff
    Customer Support

    Hi there,

    try changing your CSS to:

    .wp-block-search__input, .wp-block-search__input:focus {
        border: 0;
        outline: none;
    }
    #2340154
    Jusung

    Thank you!

    it has been resolved!

    #2340328
    David
    Staff
    Customer Support

    Glad to hear that

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