Okay
  Public Ticket #2660356
Flickity dot
Closed

Comments

  •  10
    nox28w started the conversation

    Hello, i have recent post - slider multiple visible element on my page  right below heading text "Nejnovější projekty".

    I need to keep row setting content text color to light but i also need flickity dot below image carousel set to black. Can you please provide some CSS snippet?

    Thank you

  •  2,963
    Andrew replied

    Hi there,

    Use the following custom css:

    .span_12.light .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible][data-color*=-light] .flickity-page-dots .dot:before {
        box-shadow: inset 0 0 0 5px black !important;
    }
    

    Kind regards.