Solved

Blue Box around Menu. Tubo theme Portland

GallosNoGallina
Tourist
5 0 2

Hello everyone. I’m getting a blue box around menu on my Shopify turbo theme Portland. I got rid of it on android but cant on iPhone 13. Thanks again…

Accepted Solution (1)

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@GallosNoGallina,

It's difficult to diagnose the problem without checking your website, but you can try the following:

1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:


<style>
*{
-webkit-tap-highlight-color: transparent;
}
</style>

 

 


Kind regards,
Diego

 

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

View solution in original post

Reply 1 (1)

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@GallosNoGallina,

It's difficult to diagnose the problem without checking your website, but you can try the following:

1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:


<style>
*{
-webkit-tap-highlight-color: transparent;
}
</style>

 

 


Kind regards,
Diego

 

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.