How can I hide the date in Subpage Blog & Events?

Steak House, food and drink theme, is now available on support forum.
GK User
Fri Feb 27, 2015 9:24 am
Hi,

In the subpage section Blog & Events the release date is visible. This brings confusion since our event has another date in the future. Is it possible to hide the release date so it is not seen in the Blog & Events section?

Thanks in advanced for your help,
Regards,

Winston
User avatar
Junior Boarder

GK User
Fri Feb 27, 2015 7:30 pm
Hello,

Try to add following css code into css/override.css file or use custom CSS plugin:

Code: Select all
.gk-nsp-news_grid time {
  display: none;
}
User avatar
Moderator

GK User
Fri Feb 27, 2015 8:26 pm
Great! Thank you very much! It worked like a charm! Keep up the good work.

Regards,
Winston
User avatar
Junior Boarder


cron