Suddenly I cant change the colors of my Flickety Carousels pagination on my website. I have tried on new pages and old pages, with brand new carousel and previously built ones - and the controls wont change colors.
I'll be adding the fix for this into the next minor release. If you'd like a pre-release version of the theme with that change included to avoid having to add a CSS rule I can also provide that here.
Suddenly I cant change the colors of my Flickety Carousels pagination on my website. I have tried on new pages and old pages, with brand new carousel and previously built ones - and the controls wont change colors.
Hello There,
Thanks for keeping in touch.
Please try this css:
.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot, .nectar-woo-flickity .flickity-page-dots .dot, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch {opacity: 1.35;
} .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before, .nectar-quick-view-box .flickity-page-dots .dot:before, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, .nectar-woo-flickity .flickity-page-dots .dot:before, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
box-shadow: inset 0 0 0 5px #000;
}
Thanks.
Is there a reason why this function has stopped working? Id rather not inject CSS unnecisserily. Is this a bug your experiencing?
This might be a new issue. Escalating this to the developer for further response.
Thanks
Salient Support Team
Hey XP_Creates,
I'll be adding the fix for this into the next minor release. If you'd like a pre-release version of the theme with that change included to avoid having to add a CSS rule I can also provide that here.
Kind regards,
Im good. I can live for now until the release is sent out. Thank you!