Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #168578

    Hey guys.

    2 questions.

    Would it be possible to utilize shortcodes within layerslider? I attempted it…it just shows the shortcode, but wondering if might be possible. Would be nice to match buttons exactly using shortcode vs creating one.

    I created buttons at http://godiaperfree.com/newsite and created buttons on the slider. How do I go about removing the hover underline? Creating a hover effect background color change?

    Thanks in advance.

    #169187

    Hey zerozendesign!

    You can use shortcodes in the layerslider html field. They just won’t show up on the slider preview page but they will show up on the frontend/website. However I noticed that most shortcodes won’t scale properly if you re-size the slider – thus you may break the responsive layout of the website if you embed forms or big buttons with the shortcodes into the slider.

    You can remove the hover effect with following css code – insert it into the quick css field

    
    #top .ls-wp-container .ls-layer a, #top .ls-wp-container .ls-layer a:hover {
    text-decoration: none;
    }
    

    Regards,
    Peter

    #169782

    Thanks – worked like a charm

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Theme > shortcode to layerslider? Hover effect layerslider’ is closed to new replies.