Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1367210
    jkais
    Participant

    Hello!

    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,
    Jeff

    #1367211
    jkais
    Participant
    This reply has been marked as private.
    #1367497
    jkais
    Participant
    This reply has been marked as private.
    #1367606
    Christopher
    Moderator

    Hi 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.

    #1368460
    jkais
    Participant

    Hi Christopher,

    This did not work for me. Any other ideas?

    Thanks so much for your help.

    Jeff

    #1368465
    Christopher
    Moderator

    Hi there,

    Please implement the code and provide us with correct login credentials.

    Thanks.

    #1368478
    jkais
    Participant
    This reply has been marked as private.
    #1368486
    Christopher
    Moderator

    Please 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.

    #1368490
    jkais
    Participant

    Wonderful! When I hover over them, they show a different button that is white…can that be easily changed as well?

    #1368496
    Christopher
    Moderator

    Please 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.

    #1368502
    jkais
    Participant

    Hi, that didn’t work for me.

    #1368507
    Christopher
    Moderator

    Please 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.

    #1368942
    jkais
    Participant

    Perfect. Thank you so much, Christopher. I am very grateful for your help!

    all the best,
    Jeff

    #1368998
    Rahul
    Moderator

    We’re happy to help you!

    Feel free to ask us again.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1367210 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>