Merry Christmas & Happy New Year
yes. The Shop page has a featured imgae
as a workaround a new page with the woocommerce shortcode [products] works fine:
Shop URL is https://fenster-in-die-vergangenheit.de/shop/
I only need the correct code snipplets for the additinal CSS section to change the behaviour of the template.
for example:
… and how can I get rid off the animation on mouse over in the portfolio section?
as a solution i only changed the value to ‘0deg’ here and put it into the additional css.
.portfolio-main .portfolio-image img{ -webkit-transform:rotate(0deg) scale(1.0); -ms-transform:rotate(0deg) scale(1.0); transform:rotate(0deg) scale(1.0); -webkit-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
… and how can I get rid off the animation on mouse over in the portfolio section?
Hi,
sorry for my late andwer, but I was busy 😉
I found the solution by myself, thanks.
But another question:
How can I change the color/background/hover of the following:
1. Navigation arrows on the testimonials
2. On the Portfolio section: the filter area on the top and also the ‘buttons’ on the preview images (with the link and magnifying glass)
You can check at: http://www.fenster-in-die-vergangenheit.de
Thanks in advance
Holger