Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252454

    How would I be able to move the slider control navigation and previous/next buttons to the BOTTOM of the slider?

    Currently, it’s along the top. How do I move it to the bottom?

    How do I make the previous/next buttons LESS transparent?

    #1252851
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1252862
    This reply has been marked as private.
    #1252863
    #1252961
    Paul R
    Moderator

    Hi,

    To achieve that, you can add this under Custom > Edit Global CSS in the Customizer.

    
    body .flex-direction-nav a {
        opacity:1;
        bottom: 40px;
        top:auto;
    }
    

    Hope that helps.

    #1253032

    Oddly enough only the previous/next navigation was moved to the bottom left of the slider.

    However the control navigation didn’t move to the bottom right of the slider.

    How would I move the control navigation?

    #1253136
    Rue Nel
    Moderator

    Hello There,

    The given code is only for the next/prev arrows. To include the control navigation, please have the code updated and use this instead:

    body .flex-direction-nav a {
        opacity:1;
        bottom: 40px;
        top:auto;
    }
    
    body .flex-control-nav.flex-control-paging {
        top: auto;
        bottom: 40px;
    }

    Please let us know if this works out for you.

    #1253733

    That worked perfectly!
    Thank you!

    #1254124
    Rad
    Moderator

    You’re so much welcome!

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