How to remove highlighted box

How to remove highlighted box

undercoverfresh
Excursionist
138 0 19

How to remove search highlighted box when you press it on mobile 

 

url knmb1c-pf.myshopify.com

password samurai 

 

IMG_9434.jpeg

Replies 8 (8)

Huptech-Web
Shopify Partner
1152 230 261

Hi @undercoverfresh 
Please add below code to theme.liquid it will remove the highlighted box

<style>
details-modal.header__search:focus-visible {
    outline: unset;
    box-shadow: none;
}
</style>

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
undercoverfresh
Excursionist
138 0 19

Where in theme.liquid should i add this code?

Huptech-Web
Shopify Partner
1152 230 261

Hi @undercoverfresh 
You can add it before </head>

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
undercoverfresh
Excursionist
138 0 19

Tried it didn’t work 

Huptech-Web
Shopify Partner
1152 230 261

Hi @undercoverfresh 
Can you please update the code with the below

I have updated the code; can you please check it now?

 

<style>
details-modal.header__search:focus-visible{
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-focus-ring-color: transparent !important;
}
details-modal.header__search:focus,
details-modal.header__search:focus-visible,
details-modal.header__search:active,
details-modal.header__search:focus-within {
    outline: none !important;
    box-shadow: none !important;
}

</style>

 

 

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
undercoverfresh
Excursionist
138 0 19

tried new code as well didnt work

Huptech-Web
Shopify Partner
1152 230 261

Hi @undercoverfresh 
Check my previous answer I have updated the code.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
undercoverfresh
Excursionist
138 0 19

Also tried the previous doesn't work im on dawn 15.2.0