Tagged: print
Hi All,
I’m using version 4.6.3.1 and I cannot find a print.css file in the structure, would like help asap as the print version sucks ;)
Kindest Regards
Robbie
Hey RobbieDone,
It seems that we have not included the print.css since v4.2.6, it is now included in the base.css around line 533
/enfold/css/base.css
If you would like to create your own custom styles for print you can add the media query: @media print{ your-style-here }
to your custom stylesheet.
Best regards,
Mike