Hello, is there any element, that can create something like a section https://prnt.sc/10cqbtu on this site? – https://www.climax.cz/venkovni-rolety
I need to create a box with image, heading, text, and hover effect to zoom it, or highlight it somehow.
I dont mind using any other plugin, but I have no idea if anything works well with the builder that is used in enfold theme. I appreciate any help.
Thank you
Pavel
Hey Pavel,
Thanks for contacting us and sorry for the late reply!
You can add Column element to your page, edit it and in Styling > Box Shadow tab, you can add box shadow add some padding and in Advanced > Column Link section you can link it. Zoom on hover is not possible out of the box however when you create your page, please post a link to it and we will gladly try to help you with that customization :)
Best regards,
Yigit
Hi, thank you for your reply.
I created a page, with one element – https://solar.dev-web.cz/portfolio_item/produktova-stranka/
Can you please help with some better hover effect (zoom, or anything similar to the page I posted in the original post)?
I will appreciate any help.
Best regards
Pavel
Hi Pavel,
Sorry for my late reply!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.animace1 {
transition: all ease 0.7s;
}
.animace1:hover {
transform: scale(1.1);
}
Best regards,
Yigit
Hello,
thank you for your help. That will be good enough for now.
Have a nice day!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit