Tagged: x
-
AuthorPosts
-
February 11, 2017 at 2:29 pm #1367210
jkaisParticipantHello!
I would love to be able to change the color, or opacity, or something, of the next and previous buttons in Layerslider. Any ideas? They are white, and I am using them with slides that are mostly white, so the buttons disappear.
Thanks,
JeffFebruary 11, 2017 at 2:29 pm #1367211
jkaisParticipantThis reply has been marked as private.February 11, 2017 at 8:58 pm #1367497
jkaisParticipantThis reply has been marked as private.February 12, 2017 at 12:34 am #1367606
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.ls-v6 .ls-nav-prev:after, .ls-v6 .ls-nav-next:after,.ls-v6 .ls-nav-prev:after { border-left: 3px solid rgba(156, 15, 15, 0.75); } .ls-v6 .ls-nav-next:after { border-right: rgba(156, 15, 15, 0.75); }Hope that helps.
February 12, 2017 at 11:23 pm #1368460
jkaisParticipantHi Christopher,
This did not work for me. Any other ideas?
Thanks so much for your help.
Jeff
February 12, 2017 at 11:29 pm #1368465
ChristopherModeratorHi there,
Please implement the code and provide us with correct login credentials.
Thanks.
February 12, 2017 at 11:46 pm #1368478
jkaisParticipantThis reply has been marked as private.February 12, 2017 at 11:58 pm #1368486
ChristopherModeratorPlease update your code to :
.ls-v6 .ls-nav-prev:after { border-left: 3px solid rgba(156, 15, 15, 0.75) !IMPORTANT; } .ls-v6 .ls-nav-next:after { border-right: 3px solid rgba(156, 15, 15, 0.75) !important; } .ls-v6 .ls-nav-prev:after, .ls-v6 .ls-nav-next:after { border-top: 3px solid rgba(156, 15, 15, 0.75) !IMPORTANT; }Hope it helps.
February 13, 2017 at 12:05 am #1368490
jkaisParticipantWonderful! When I hover over them, they show a different button that is white…can that be easily changed as well?
February 13, 2017 at 12:11 am #1368496
ChristopherModeratorPlease add this code too :
.ls-v6 .ls-nav-prev:hover:after { border-top-color: rgb(61, 195, 121) !important; border-left-color: rgb(61, 195, 121) !important; } .ls-v6 .ls-nav-next:hover:after { border-top-color: rgb(61, 195, 121) !important; border-right-color: rgb(61, 195, 121) !important; }Hope it helps.
February 13, 2017 at 12:23 am #1368502
jkaisParticipantHi, that didn’t work for me.
February 13, 2017 at 12:27 am #1368507
ChristopherModeratorPlease try this code :
body .ls-v6 .ls-nav-prev:hover:after { border-top-color: rgb(61, 195, 121) !important; border-left-color: rgb(61, 195, 121) !important; } body .ls-v6 .ls-nav-next:hover:after { border-top-color: rgb(61, 195, 121) !important; border-right-color: rgb(61, 195, 121) !important; }This one should work.
Thanks.
February 13, 2017 at 8:31 am #1368942
jkaisParticipantPerfect. Thank you so much, Christopher. I am very grateful for your help!
all the best,
JeffFebruary 13, 2017 at 9:08 am #1368998
RahulModeratorWe’re happy to help you!
Feel free to ask us again.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1367210 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
