I have an add this button on the website that is rendering a border bottom in the subheader. This seems to be because the CSS is attributing a border bottom to all hyperlinks in that subheader box. However, I want to remove the border bottom from the images (twitter, rss) only. I've tried various methods with no success. My most recent attempt involved adding custom CSS to the border bottom:
#subheader a {
border-bottom: none;
}
Here is my website: http://edhaj.tumblr.com/
Thanks for any help on this!!