Tagged: LayerSlider
-
AuthorPosts
-
August 13, 2013 at 12:28 pm #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!
August 13, 2013 at 7:30 pm #135022Hi,
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
August 14, 2013 at 6:23 am #135023Thanks again for fast reply! You guys are great!
August 14, 2013 at 8:01 am #135024Hi 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 :)
August 15, 2013 at 1:16 am #135025Hi,
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
August 15, 2013 at 7:23 am #135026Thank 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!
August 15, 2013 at 3:13 pm #135027 -
AuthorPosts
- The topic ‘Chaning a:hover on link in layerslider’ is closed to new replies.
