Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1256830
    yhshin1020
    Participant

    Hey,

    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.

    #1256832
    yhshin1020
    Participant
    This reply has been marked as private.
    #1257123
    Jade
    Moderator

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

    #1257525
    yhshin1020
    Participant
    This reply has been marked as private.
    #1257617
    Paul R
    Moderator

    Hi,

    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

    #1257629
    yhshin1020
    Participant

    Thanks!

    I’m glad to have brought up this issue, didn’t know it was a bug!

    #1257873
    Joao
    Moderator

    Let us know if you need help with something else.

    Joao

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