Need to remove K2 item date & Leave Feedback in left column

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 04, 2012 4:26 pm
Reply with quote
Report this post
http://androidunlimited.com/index.php/s ... evelopment

see link above as i have tried everything to remove the date to the left of the article. also to remove the leave feedback to the left at the bottom of the article.

Guess i need to get into editing code but other templates is is nothing more than hiding the item date within K2 options. please help and thanks in advance

basically all of my k2 item links

http://androidunlimited.com/index.php/about/company
User avatar
Fresh Boarder

teitbite
Wed Sep 05, 2012 11:06 am
Reply with quote
Report this post
Hi

Please use this css code to hide it:

Code: Select all
article aside {
    display: none;
}

aside + .k2box {
    margin-left: 0;
}
User avatar
Moderator

GK User
Mon Sep 10, 2012 5:53 pm
Reply with quote
Report this post
worked, thanks so much you all are the best
User avatar
Fresh Boarder

teitbite
Wed Sep 26, 2012 12:08 am
Reply with quote
Report this post
Hi

Please use override.css code for css modification, but remember to allow using this file in template settings.
User avatar
Moderator

GK User
Sat Nov 24, 2012 4:40 am
Reply with quote
Report this post
thanks, it works.
but the "leave a comment" line is still there even if you turn off the comment functionalities.
any suggestions?

teitbite wrote:Hi

Please use override.css code for css modification, but remember to allow using this file in template settings.
User avatar
Fresh Boarder

teitbite
Sat Nov 24, 2012 12:14 pm
Reply with quote
Report this post
Hi

I think You have found the way to hide it or I cannot see it anywhere ;/ Please let me know a direct link to a page where this problem can be spotted.
User avatar
Moderator


cron