Send Me a Private Note Button
Design and Skin Customization
Strumelia:
.....How the heck do I get rid of it? Surely someone has seen this sort of grey outline around an icon image before and knows why it appears...?....
Hard to know the exact CSS to use without being able to view it, then poke at it with developer tools. But its probably a border element added by the browser......How the heck do I get rid of it? Surely someone has seen this sort of grey outline around an icon image before and knows why it appears...?....
You'll probably want to add a class to it, then
.whatever-class {
border: none;
}
attached is a .zip file containing an .mp4 video with the steps to locating a CSS element.