I’m building a website and in the social buttons area I’m having a problem removing the underline with text-decoration:none;
Can you please view this link, then click on the Social button in the upper right. You can see two images and a text link that are underlined. No matter where I put the code, the underlining is there. Does anyone have an idea of what I’m doing wrong.
It’s not
text-decorationthat is the problem. Set yourborder: 0in those elements, as you have aborder-bottomproperty on each of those anchor tags.