Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1416174

    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

    #1416195

    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

    #1416199

    Hello Mike,

    I want to adapt the “style 6” button in this link to our website.
    (Actually, I wanted to buy the button features in this link, but the enfold is not compatible with “elementor”. I refused to buy.)
    Thanks

    • This reply was modified 9 months, 3 weeks ago by tulin88.
    #1416205

    Hi,
    Thanks for the link to the example, I see that on hover the box-shadow on the bottom and right grows slowly
    Enfold_Support_2921.jpeg
    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:
    Enfold_Support_2923.jpeg

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.