Hi,
not sure how to do it, but I would like to remove the frames (boarders) that I currently have on all of my buttons.
hope someone could help
Hi,
not sure how to do it, but I would like to remove the frames (boarders) that I currently have on all of my buttons.
hope someone could help
Ok, found the solution:
.button:after {
display: none;
}