Thumbnails still displaying

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Mar 07, 2012 7:49 pm
I'm using gkpro4 on the Real Design quickstart template..and i"m unable to turn off the thumbnail. I've even went as far as selecting image from Joomla even though the item is K2 and it is still showing an image. Please help. www.thecoldcure.com <--- you can see the thumbnail here.
User avatar
Expert Boarder

GK User
Wed Mar 14, 2012 3:26 pm
Hi.
You can always add diplay: none. E.g. in style.css file in the following line:
Code: Select all
 .nspArt img.nspImage {
border: none;
display: none;
}
User avatar
Platinum Boarder

GK User
Wed Mar 14, 2012 3:55 pm
mikeMB wrote:Hi.
You can always add diplay: none. E.g. in style.css file in the following line:
Code: Select all
 .nspArt img.nspImage {
border: none;
display: none;
}


would that impair the function in all instances or just for the one on the homepage?
User avatar
Expert Boarder

GK User
Wed Mar 14, 2012 4:00 pm
I think this will affect on all pages. But I'm not sure because I can't check it.
User avatar
Platinum Boarder

GK User
Wed Mar 14, 2012 5:18 pm
mikeMB wrote:I think this will affect on all pages. But I'm not sure because I can't check it.


Did you need access to check it
User avatar
Expert Boarder

GK User
Wed Mar 14, 2012 5:43 pm
No. The best and fastest way to check it is when you do it. Just add 'display: none' and tell me what changed.
User avatar
Platinum Boarder


cron