Hi ! My problem is that when I want to print an article, a K2 Item ... using the icon "Print", the window has a blue background ... and it is very difficult to see exactly what will be printed. Just look the image What could I do ??? Regards Palmok
palmok Hi open /components/com_k2/css/k2.print.css file and add this code
body { background-color: #fff!important; }
it will make the color white.
Regards
Hi Palmok,
Did you try to switch default template to Protostar and see how it goes?
And share the credentials of your site also.
Ninja
Hi Pankaj, I tried, but it does not work. Could you look why : [Edited by Moderator and site details removed/added to edit fields for security and privacy reasons] Regards Palmok
palmok Hi Palmok
Kindly provide the admin details for super user access level or you may upgrade the similar details provided through users --> manage in admin backend as there are several important tabs which arent appearing due to which unable to troubleshoot the relative issue in reference
aman204 Hi Open template folder/css/custom.css file. Create this file if its does not exist and add this code
.window body { background-color: #fff; }
I tested it and it will work fine.
Thank you .... It works well !
Regards Palmok