I have an A (html tag) with href. I converted it to a button with css. Now, when I move the mouse cursor above it, the text gets underlined. I don't want that happen. The question is... Can I disable the underline?
HTML
<td><a href="url" target="_blank" class="btnBuy">Buy it</a></td>
You can.
a:hover {
text-decoration: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With