When an article is printed by a user... added are: 1] Site Logo 2] Title 3] Footer
Where can I configure/remove these so article is printed cleanly? Thanks
Hi jrmorrisod
With format of printed element, there is no setting in Joomla to configure, you can use media query to add style as you wish:
@media print{ /*your custom css here*/ }