[Resolved] Search Bar customizing

Home Forums Support [Resolved] Search Bar customizing

Home Forums Support Search Bar customizing

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

    Hello.
    When you see the search bar on the right sidebar and click the box, you can see the border of text box.
    Could you help me to remove the border of text box when it is clicked?

    Thank you!

    #2337988
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-block-search__input,
    .wp-block-search__input:focus {
        border: 0;
    }
    #2338001
    Jusung

    Thank you!

    It works well!

    #2338211
    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.