Tagged: x
-
AuthorPosts
-
November 10, 2016 at 6:44 pm #1252454
MichaelAnthonyMurrayParticipantHow 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?
November 11, 2016 at 12:03 am #1252851
RupokMemberHi 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.
November 11, 2016 at 12:16 am #1252862
MichaelAnthonyMurrayParticipantThis reply has been marked as private.November 11, 2016 at 12:17 am #1252863
MichaelAnthonyMurrayParticipantHere are the specific gallery example.
http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/alcazarNovember 11, 2016 at 2:12 am #1252961
Paul RModeratorHi,
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.
November 11, 2016 at 3:19 am #1253032
MichaelAnthonyMurrayParticipantOddly 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?
November 11, 2016 at 4:37 am #1253136
Rue NelModeratorHello 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.
November 11, 2016 at 3:07 pm #1253733
MichaelAnthonyMurrayParticipantThat worked perfectly!
Thank you!November 11, 2016 at 8:58 pm #1254124
RadModeratorYou’re so much welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1252454 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
