Removing date in News Slider

Support desk for Multipurpose Quark Theme
GK User
Mon Jan 11, 2016 4:24 pm
Hi

We are using the Quark Restaurant template for our website. I would like to remove the date in the News Slider. In the attached screenshot I indicated the date field I would like to hide (sorry for the high compression ;) ).

The News Show Pro GK5 module has the option to turn off 'show date' at the News Slider Portal Mode settings. But this doesn't hide the date.

After searching the forum I tried hiding the date in override.css, but the indicated solutions do not work in this context.

Any suggestions? Thanks in advance
User avatar
Fresh Boarder

GK User
Mon Jan 11, 2016 4:27 pm
And here's the screenshot... :)

quark_restaurant_events.jpg
User avatar
Fresh Boarder

teitbite
Wed Jan 13, 2016 3:20 pm
Hi

Please add this code to override.css:

Code: Select all
.gkNspPM-NewsSlider > figure small {
display: none;
}
User avatar
Moderator


cron