Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27696

    Hi again, two questions regarding layerslider

    1. Can you use the custom style within layerslider to remove the underline for a link and instead add a change color or hover effect?

    2. Can select a slideshow to start on scroll? Meaning I don’t want it to start moving until the slider is actually visible?

    Thanks for an awesome theme!

    #135022

    Hi,

    1.) You can add a unique css selector on the Attributes panel then apply the hover state on your Quick CSS or custom.css.

    2.) I’m sure this is possible but a bit complicated and is beyond of what we can do as a support team. Please hire a freelance developer to modify the Layer Slider for you.

    Cheers,

    Ismael

    #135023

    Thanks again for fast reply! You guys are great!

    #135024

    Hi again.

    Sorry, I’m just not able to change it at all. I have tried everything, giving both ID’s and Classes in the attributes tab and mdifying the quick css but nothing.

    Please check:

    http://muskelkampen.se/revenue-management/

    then if you go down (or press select industry on the first slide), you will see three h2s. I want to modify the Revenue Management for Telecom Operators, text. Please advice on how to do this with an example because I’m going crazy :)

    #135025

    Hi,

    You can use this for the first H2

    #industries a:nth-child(1) h2 {
    color: red;
    }

    Second H2:

    #industries a:nth-child(2) h2 {
    color: green;
    }

    Please put the last H2 “REVENUE MANAGEMENT FOR MEDIA COMPANIES” inside an anchor tag then change the style using this:

    #industries a:nth-child(2) h2 {
    color: pink;
    }

    Regards,

    Ismael

    #135026

    Thank you again. I just realized why it didn’t work for me in the beginning. W3 Total Cache plugin, had to deactivate in order to see changes right away.

    Thanks you for all your help anyway!

    #135027

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Chaning a:hover on link in layerslider’ is closed to new replies.