Black Circle Date in Articles

GK User
Sun Nov 27, 2011 11:06 am
I notice on the K2 or Joomla articles…

The date in the black circle is there… I tried turning off all the date settings in categories and articles and menu settings and its still there… outside of changing the code in the template... how do I get rid of the date? A date isnt really needed for an ecommerce site as it would be in a blog.
User avatar
Expert Boarder

GK User
Sun Nov 27, 2011 10:04 pm
Hi

I've also been battling to remove the black circle with the created time and date. I've tried hiding it in the display settings in the K2 Item pages as well as in the template settings, but no luck.
I've managed to remove it by editing the black circle image (date.png), but then the title is not left-aligned and you are still left with a big gap next to the title.
Any help would be appreciated.
User avatar
Fresh Boarder

Konrad M
Mon Nov 28, 2011 8:42 am
Hi
Try add to override.css
Code: Select all
.itemDate  {
display:none !important;
}

and remember to enable override.css option in template settings
User avatar

GK User
Wed Nov 30, 2011 8:05 am
Hi and thanks - that removes the date but how to align the title to the left (it still stays out a bit)
User avatar
Junior Boarder

GK User
Wed Nov 30, 2011 9:43 am
See below link on how to disable it...
Code: Select all
https://www.gavick.com/support/forums/104/11685.html
User avatar
Platinum Boarder


cron