Site logo

Archived topic

Search Box Displays Differently on Mobile

3 replies · Started by Ben on October 2, 2021

Viewing posts 1–4 of 4

Hi Guys,

I've made some changes to the CSS of the search bar. It displays perfectly on computer.

On Mobile though, the search bar itself is rounded:

How do I get it to display like on computer?

Thanks

Hi Leo,

Yes, I've added the site in the private field.

Hi there,

try adding this CSS:

.wp-block-search .wp-block-search__input {
    -webkit-appearance: none !important; 
    border-radius: 0 !important;
}

This will remove the iOS browser styling.

This archived topic is closed to new replies.