Hello
I want to give a different effect to the photos on the website. Is there a compatible plugin that you recommend for this, I can buy it.
Also, if you have a suggestion for a plugin that makes a button effect, I can buy it. Thanks
Hey tulin88,
What kind of effects are you looking for your images and buttons?
I don’t know of any plugins but perhaps we can assist with some different effects, can you link to an example of what you would like?
Best regards,
Mike
Hi,
Thanks for the link to the example, I see that on hover the box-shadow on the bottom and right grows slowly
So to add the effect to your slider buttons try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .avia-slideshow-button:hover {
box-shadow: 10px 9px 0 0px #d0d0d0;
transition: box-shadow .3s;
}
After applying the css, please clear your browser cache and check.
This is the expected results on hover:
Best regards,
Mike