Remove info print page

Rate this topic: Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.3.00 out of 6 based on 2 vote(s)
GK User
Sat Sep 13, 2014 8:02 pm
Reply with quote
Report this post
Could someone tell me how to remove the useless info on a print page (k2)

There is a useless point in the header en the title must be removed

Regards,
Pim

removeinfoprint.png
User avatar
Senior Boarder

GK User
Sun Sep 14, 2014 7:28 am
Reply with quote
Report this post
Hi,
you have to check which CSS class is responsive via this element
and inside : gk_creativity\css\system\print.css

add :
Code: Select all
.KLASSNAME {display: none !important;}
User avatar
Platinum Boarder

GK User
Sun Sep 14, 2014 7:31 am
Reply with quote
Report this post
by the way,
Google also index Print views - and unfortunately, treats as a clones (duplicated content), so most SEO specialist suggest to disable Print option in articles.
User avatar
Platinum Boarder

GK User
Sun Sep 14, 2014 2:07 pm
Reply with quote
Report this post
Oscar E wrote:Hi,
you have to check which CSS class is responsive via this element
and inside : gk_creativity\css\system\print.css

add :
Code: Select all
.KLASSNAME {display: none !important;}


Thanks! Problem solved. Topic closed
User avatar
Senior Boarder


cron