Can I turn of the zoom mouse over effect?

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Fri Aug 17, 2012 12:42 pm
Hi!
I´m wondering how I can turn of the zoom mouse over effect in the G4 News Pro module in the Restaurant/Fashion theme?

Best regard
Björn Audunn
User avatar
Fresh Boarder

GK User
Sat Aug 18, 2012 2:06 am
Hi

Please go to template parameters on each templates and enable override.css file on Advanced Setttings.

Them open this page located on template css directory and add this code on this file:
Code: Select all
.box.notransition .nspArt img:hover {
-webkit-transform: none;
   -moz-transform: none;
   -o-transform: none);
   -ms-transform: none;
   transform: none;
}


Now you just need to add suffix "[space]notransition" on the NSP modules that you don't want it.

Cheers
User avatar
Platinum Boarder

GK User
Mon Oct 29, 2012 9:04 pm
And if i want to add this effect in other templates?
User avatar
Fresh Boarder

GK User
Wed Oct 31, 2012 11:59 pm
It's the same, if you use News Show GK4 module and our latest templates .
User avatar
Platinum Boarder


cron