Need CSS help with testimonial pagination in WordPress with Elementor
-
On this page: https://thecopyavengers.com/
Near the bottom, you’ll see a testimonial slider.Currently, the pagination is:
Active/Current: Red
Active/Not currently showing: BlackBut the black circles/dots are extremely hard to see.
I’m trying to make them white, but I cannot for the life of me figure out the CSS for addressing those elements.
These are the various lines I’ve tried so far:
.elementor-pagination-type-bullets li::before { color: #FFFFFF; } .elementor-swiper li::before { color: #FFFFFF; } .elementor-main-swiper .swiper-container:before { color: #FFFFFF; } .elementor-pagination-type-bullets li:not(.swipe-active) button:before { background-color: #FFFFFF; } .elementor-pagination-type-bullets .swiper-container:before { color: #FFFFFF; } .swiper-pagination li::before { color: #FFFFFF; } .swiper-pagination li:not(.swipe-active) button::before { background-color: #FFFFFF; } .strong-view.pager-style-buttons .wpmslider-pager-link:before { color: #FFFFFF; }
NONE OF THESE HAVE WORKED.
What would you recommend?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Need CSS help with testimonial pagination in WordPress with Elementor’ is closed to new replies.