Currently you have:
<a href="http://www.thebluntprophet.com/?feed=rss2" class="feedicon"></a>
Add something like:
<a href="mailto:noob@bluntprophet.com" class="emailicon"></a>
And update the css for the new .emailicon class.
I have done what you asked, I added to my header.php file and added the following to my css file.
.emailicon {
width: 35px;
height: 35px;
}
#topbar .emailicon {
background: url(“./images/gmail.png”) no-repeat;
display: block;
display: inline; /* IE */
float: left;
margin: 20px 10px 0 0;
}
I am still not seing this icon.
Shouldn’t need both of those… So that’s pretty much identical to your .feedicon css?
Yes that is identical to the feedicon. I will get rid of the CSS info and see what that does.
Still not showing when only in the header.php file.
SHowing now, thanks much all !
Could try using the feedicon class to test (should show up as another rss icon, but will email when clicked).
This is one of those times you need to get your head around why it is not working in your particular setup.