I want to hide the Get More Details Block in image show (rockwall). How do I do that?
Thanks.
.gkIsWrapper-gk_rockwall figcaption a.button {
display:none !important;
}
Thanks, that one worked!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.