Removing date from uncategorized K2 items

GK User
Fri Dec 20, 2013 6:38 pm
Can you please tell me how to remove the black circle with the date inside it by the title of a K2 item? I need to do it for an entire category. I already selected "hide" the date and time but it did not remove that black circle. Image attached to show what I mean. Thank you!
User avatar
Fresh Boarder

GK User
Sat Dec 21, 2013 5:20 pm
Hi.
you want to remove black circle and date, try this:

Code: Select all
#k2Container .itemDate {
    display: none;
}


You will get this effect
User avatar
Platinum Boarder

GK User
Sat Dec 21, 2013 5:28 pm
If you want to reduce also left margin, try this

Code: Select all
.itemHeader .itemTitle, .genericItemTitle {
    margin: 0px;
}
User avatar
Platinum Boarder

GK User
Sun Dec 22, 2013 9:22 pm
Thanks so much, I'll give it a try!
User avatar
Fresh Boarder

GK User
Sun Dec 22, 2013 10:06 pm
Quick question (since I'm still a bit of an amateur). Where do I add this code? and will it just affect one article, or one category.. or all of them?

Thanks!
User avatar
Fresh Boarder

GK User
Tue Dec 24, 2013 10:44 pm
We have many information included in our documentation, also your questions - my answer : http://www.gavick.com/documentation/joo ... -template/

I suggest to start from: http://www.gavick.com/documentation/cat ... tutorials/
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.