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…
Solved! Go to the solution
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
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
User | RANK |
---|---|
41 | |
35 | |
15 | |
12 | |
10 |