remove envelope icon from email address link
-
I am using Museum Core theme and am having trouble with the CSS code to remove the background envelope icon from displaying behind email address links,
I have found this in the theme style.css
a[href^="mailto:"] { background-image: url(icons/email.png); }
and used this in chrome browser to test it
a[href^="mailto:"] { background-image: none; }
which works on the fly but I can’t get it to work from the theme custom css area.
Hope I’ve explained this well enough.
Any ideas on what I can put in the theme custom css area so the envelope icon doesn’t show behind an email link?
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘remove envelope icon from email address link’ is closed to new replies.