Hello,
I'm looking for the way of stopping the animation of some of the images on template 002026 when the mouse is over.
Thank you
Alberto
AS Templates
POSTED: 2015-05-15
Hello ALBERTOFF,
Can you please be more specific? Which images and on which pages on your website we can see these images?
Regards, AS Team.
albertoff
POSTED: 2015-05-18
Dear AS Team,
I'd like to stop the zooming effect (with Firefox) of images in homepage of articles such as Wind turbine, solar panels... (Special services category) and Professional Team-24/7 Support in your demo.
Best regards
Alberto
AS Templates
POSTED: 2015-05-18
Hello ALBERTOFF,
You can do it by editing tmpl.default.css file the following classes:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I'm looking for the way of stopping the animation of some of the images on template 002026 when the mouse is over.
Thank you
Alberto
Can you please be more specific? Which images and on which pages on your website we can see these images?
Regards, AS Team.
I'd like to stop the zooming effect (with Firefox) of images in homepage of articles such as Wind turbine, solar panels... (Special services category) and Professional Team-24/7 Support in your demo.
Best regards
Alberto
You can do it by editing tmpl.default.css file the following classes:
.mod-newsflash-adv .img-intro img:hover
{
transform: scale(1.2, 1.2);
}
.img-intro img:hover {
transform: scale(1.3, 1.3);
transition: all 0.5s ease 0s;
}
Regards, AS Team.