Tagged: x
-
AuthorPosts
-
November 14, 2016 at 1:01 pm #1256830
yhshin1020ParticipantHey,
I have used the x theme slider that comes with cornerstone on my page.
I want to change the navigation controls to something like this (pic below).
I have tried setting:
.x-flexslider-shortcode-container .flex-direction-nav a, .x-flexslider-shortcode-container .flex-control-nav { border-radius: 90%; color: white; border: 1px solid blue; }etc
but to no avail.
Could I know how this can be changed to the pic below? (Like have the active item have transparent background with border while rest are grey circles without border).
Thanks.
November 14, 2016 at 1:01 pm #1256832
yhshin1020ParticipantThis reply has been marked as private.November 14, 2016 at 5:40 pm #1257123
JadeModeratorHi there,
Please try this code:
.flex-control-nav a { border-radius: 50%; background-color: #999999; } .flex-control-nav a.flex-active { border: 1px solid #74AEDC; background-color: transparent; }Hope this helps.
November 15, 2016 at 12:10 am #1257525
yhshin1020ParticipantThis reply has been marked as private.November 15, 2016 at 2:37 am #1257617
Paul RModeratorHi,
I was able to replicate this in my local install.
I will forward this to our web development team as a bug.
For a temporary fix I added this in your Custom > CSS
.flex-control-nav { z-index: 999999; }Thanks
November 15, 2016 at 2:57 am #1257629
yhshin1020ParticipantThanks!
I’m glad to have brought up this issue, didn’t know it was a bug!
November 15, 2016 at 7:28 am #1257873
JoaoModeratorLet us know if you need help with something else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1256830 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
