How to remove the "leave a comment, Message, .." in Subpages

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Feb 15, 2014 3:18 pm
Reply with quote
Report this post
Hi,
I have created a K2 article for Terms of Use, i linked it to the Footer menu and everything seems to be fine.

i just want to remove the "contact form details" from sub page template starting from "Leaving a comment, Message, Name, up to Submit"

kindly check attached so you can have an idea about what i am talking about.

regards,
Ahmed
User avatar
Junior Boarder

GK User
Sat Feb 15, 2014 4:42 pm
Reply with quote
Report this post
Hi,
sure there are two options:
First:
1) make sure that you added this article to Menu
2) Add to this menu item a class for example "hideme"
3) To override.css or in template CSS Custom field add :

Code: Select all
.hideme #itemCommentsAnchor,
.hideme  .itemCommentsLink
 { display: none;visibility:hidden;}


Second... I will add into our Wiki Soon.
User avatar
Platinum Boarder

GK User
Sat Feb 15, 2014 6:09 pm
Reply with quote
Report this post
User avatar
Platinum Boarder


cron