[Solved] remove date in articles k2 and adjust title

GK User
Fri Sep 30, 2011 8:38 am
Hello, I need to remove the date the articles of k2 and adjust the title to the left. Thank you.
User avatar
Fresh Boarder

GK User
Fri Sep 30, 2011 8:50 am
Re- edited for K2 Item page view options.

Enable CSS Override feature from Template Dev Mode "Use override.css" ON
and add below to override.css which is in css folder

Code: Select all
.itemDateCreated {
    display:none;
}
.itemToolbar {
    margin-left: 0;
}
User avatar
Platinum Boarder

GK User
Fri Sep 30, 2011 9:04 am
Thanks to worked perfectly.

I spent many hours modifying css and nothing worked for me.
User avatar
Fresh Boarder

GK User
Fri Sep 30, 2011 9:07 am
No problem at all anytime..., Also if you can change the topic title to [Solved] please ;)
User avatar
Platinum Boarder


cron