I would like to remove the gray background that flashes when I tap an icon link on mobile devices. This does not appear when the links are clicked on a computer so you would need to view it on a mobile devise to see what I am talking about. But, here is a snapshot showing the icon links:
Thanks for you speedy response. Excuse my coding ignorance, but this is why I use Webflow . I copied and pasted the code but had not success. I tried it on the logo link.
First I selected the block link that contains the logo
I then add the code to the Custom Attributes in the designer panel on the right; no change
Then I tried adding the code in the Head Code from the dashboard; still no change
I’d greatly appreciate it if you would point out what I am doing wrong.
Can you show me the exact code you’ve used, and tell me where you’ve used it?
No, please revert this. Good job trying but Custom Attributes aren’t made for that.
This is only part of the solution.
Follow this guide:
select the element in question, and write down its “class”. The class name you’ve added to the element to style it. Here the class name is “my-element”.
I greatly appreciate the time you took to help me with this. Your explanation and visuals made it very clear. The mistake I made was that I was applying the code to the wrong element. I was applying it to the block links and not to the element inside those block links.