Remove date on Blog Grid (frontpage)

GK User
Mon Dec 22, 2014 10:58 pm
How does one remove the date from the blog grid preview on the front page? ... so if you scroll down to the blog (2x2), the blogs have a date. I've tried hiding created date in the setups, but that doesn't appear to work. Any help is appreciated. :D
User avatar
Fresh Boarder

teitbite
Tue Dec 23, 2014 8:32 pm
hi

Please tell me the url to Your site and show which module You have in mind.
User avatar
Moderator

GK User
Mon Dec 29, 2014 4:11 pm
teitbite wrote:hi

Please tell me the url to Your site and show which module You have in mind.


http://theeyeplace.com:97

Scroll down to the blog grid -- titled "Our Doctors"

I'd also like to move the white box to below the image if possible.
User avatar
Fresh Boarder

teitbite
Tue Dec 30, 2014 1:05 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkNspPM-GridNews time {
    display: none;
}
User avatar
Moderator

GK User
Tue Dec 30, 2014 1:49 pm
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkNspPM-GridNews time {
    display: none;
}


Perfect solution - thank you. -Brian
User avatar
Fresh Boarder

teitbite
Fri Jan 02, 2015 10:28 am
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Tue Jan 20, 2015 4:50 pm
Hello, I have the same issue, but the CSS override is not an option because I have two different News Show modules enabled; one with news (so I want to show the date) and one with other content (where I don't want to show the date).
Apperantly, something isn't working the way it should, because altering the settings of the "article layout" doesn't work like it normaly did.
User avatar
Gold Boarder

teitbite
Thu Jan 22, 2015 5:57 pm
Hi

Please show me Your site. This is a pre-designed style, so options from regular article/links layout are disabled. Let me know which module show have dates removed.
User avatar
Moderator

GK User
Fri Jan 23, 2015 10:41 am
The website is http://brennerhoeve.hisslink.nl/
I have two News Show Pro modules on the frontpage; one is called "Nieuws" (News), so here I do want dates.
The other one is called "Sportpaarden" (Horses) and I don't want dates on this one.
User avatar
Gold Boarder

teitbite
Sun Jan 25, 2015 10:13 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkBottom5 .gkNspPM-GridNews time { display: none; }
User avatar
Moderator

GK User
Tue Jan 27, 2015 8:38 am
Great! Thank you!
User avatar
Gold Boarder

GK User
Mon Apr 25, 2016 1:11 am
For some reason, this no longer works. override.css is enabled.

--------------
spittlbm wrote:
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkNspPM-GridNews time {
    display: none;
}


Perfect solution - thank you. -Brian
User avatar
Fresh Boarder

GK User
Mon Apr 25, 2016 1:19 am
I apologize. CSS Compression breaks this. Excluding override.css does not fix.
User avatar
Fresh Boarder

teitbite
Tue Apr 26, 2016 2:02 pm
Hi

Please tell me the url to Your site.
User avatar
Moderator


cron