Thanks for your suggestions. This is my first website so I’m really a bit lost here!
I’ve read the conditional tags and home function references a million times but it’s like I’m reading a foreign language. So my best bet is using a custom CSS to hide it. I installed the Firebug plugin and this is what it fed back to me:
div style=”text-align:right;”
a title=”Print page” href=”.”
img src=”http://cache-02.cleanprint.net/media/pfviewer/images/CleanPrintBtn_text_small.png”
a title=”PDF page” href=”.”
img src=”http://cache-02.cleanprint.net/media/pfviewer/images/CleanPrintBtn_text_small.png”
a title=”Email page” href=”.”
img src=”http://cache-02.cleanprint.net/media/pfviewer/images/EmailBtn_text_small.png”
Does that mean “cleanprint-exclude” is the ID? but when I insert .home #cleanprint-exclude {display:none;} it doesn’t change anything..
@mediatoris how did you end up fixing this? I’m having the same problem