Hide Get More Details block

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
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
Mon May 27, 2013 1:43 pm
I want to hide the Get More Details Block in image show (rockwall). How do I do that?

Thanks.
User avatar
Senior Boarder

GK User
Mon May 27, 2013 1:46 pm
Hi,
please try go to module settings and check in 'Interface' section if you can disable it and if you don't find it there pleae try add to override.css
Code: Select all
.gkIsWrapper-gk_rockwall figcaption a.button {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar
Gold Boarder

GK User
Mon May 27, 2013 3:49 pm
Konrad M wrote:Hi,
please try go to module settings and check in 'Interface' section if you can disable it and if you don't find it there pleae try add to override.css
Code: Select all
.gkIsWrapper-gk_rockwall figcaption a.button {
display:none !important;
}

and remember to enable override.css option in template settings.
Thanks, that one worked!
User avatar
Senior Boarder


cron