Okay
  Public Ticket #1435184
Gallery Pagination
Closed

Comments

  • mavibarbeito started the conversation

    So, in this website I am using two image galleries, in both of them I would like to:

    1) Put the pagination dots beneath the pictures (now is like over the pictures which makes ir difficult to see)

    2) Make the dots "red" #eb5944

    Could you help me with that?

    Thanks

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .span_12.light .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot:before, .span_12.light .testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot:before {
        box-shadow: inset 0 0 0 5px #ff1053 !important ;
    }
    .span_12.light .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected:before, .span_12.light .testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot.is-selected:before {
        box-shadow: inset 0 0 0 1px #ff1053 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • mavibarbeito replied

    Hi thanks! that fixed the color problem, and I was able to deal with the other thing myself