Hi,
My site is using the Gavick Storefront template on Joomla 3.7.2:
http://mediagenesis.com.sg/trek3c/singa ... a-showroom
It appears all images on the website are dimmed or have a dark overlay over them. Is there a way this feature / function can be switched off? Or adjust the dimness?
I found this code elsewhere on Gavick forums, it is supposed to resolve the overlay issue (I placed it in override.css, override is enabled in the template settings), unfortunately it does not work:
.gkIsWrapper-gk_storefront figure > div::before {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}