Hide Article Date not working

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sun Jun 23, 2013 2:49 pm
Dear Developers,

few weeks ago, we bought the Music template and we absolute satisfied with it. But we recently spotted a bug during the content uploading. We cannot hide the creation date on the category listings. We tried to set at the category settings and at the item's options also but we couldn't get positive result as the date still there next to the item in the list.

This is a problem for us, so please help us to find the right solution.

Kindest Regards,
Gyula Virág
User avatar
Fresh Boarder

GK User
Sun Jun 23, 2013 9:16 pm
Can you please send me a private message or post in here direct link to this category page so I can check.

See you around...
User avatar
Platinum Boarder

GK User
Fri Sep 27, 2013 1:33 pm
the same problem. please help.
User avatar
Fresh Boarder

GK User
Sun Sep 29, 2013 9:40 am
@nastin,

Are you using latest template version?
User avatar
Platinum Boarder

GK User
Thu Oct 10, 2013 1:44 pm
yes
User avatar
Fresh Boarder

GK User
Fri Oct 11, 2013 9:37 am
Please use following css codes depending on which articles you are using.
You can add these css codes to override.css and then enable css override option in template settings > advanced settings > css override "on" or in template settings > advanced settings > custom css.

For Joomla items
Code: Select all
.item-page .published time {
    display: none;
}

For K2 Category, Joomla Blog, K2 Items
Code: Select all
.ribbonEl {
    display: none;
}

For moving article titles to left when date is hidden
Code: Select all
.article-content > h2, .article-content > dl.article-info { margin-left: 0; }


Let me know if you need further help.
User avatar
Platinum Boarder


cron