How to get rid of the Boarders around the print, email and pdf buttons?
I'd like to get rid of the blue borders around my print/email and pdf buttons in the button header of each article.
Where and how can I change this? I've looked at the css file of my template, but can't find the items to change.
This is a question any template designer starting out has asked and spent hours searching the web for, hopefully this will help you.
We all have seen these blue borders around the .buttonheading icons beside each article.
![]()
If we go into the CSS file and add
.buttonheading img { border: 0px none;}
![]()
Now the bordered icons have gone for public, lets get rid of the border around the edit icon for the rest of the website users.
If we head back over to the CSS file again and add
.hasTip img { border: 0px none; }
![]()
Now we've gotten rid of all borders around the icons beside the article, please note the fact the border around the Joomla! lifecycle is still intact.



