Joomla fix: Print icon & page CSS
Joomla Print and PDF icons are usually placed at the top corner; but what if you want to change the position of your print icon in Joomla, let’s say to the bottom of your content page.
Go to Components > Com_content > Content.html.php line 466
Make it a comment and copy it below line 539
Go to Joomla.php line 2357
and give 2
<br>
to make some space between the Print icon to the rest of your page content.
If you also want to change the CSS of your printed page:
Go to index2.php line 144
and change it to this:
<link rel="stylesheet" href="templates/<?php echo $cur_template;?>/css/template2_css.css" type="text/css" />
Dont forget to create a new CSS file by the name: template2_css.css with your Print page style and place it in the CSS folder of your page template.
Now, that wasn’t so bad…was it?!








