Customizing the Swiper navigation icons #4998
Replies: 4 comments 6 replies
-
I did so, don't know another way. And with !important tag ofc. If someone know another solution, would be cool to see it. |
Beta Was this translation helpful? Give feedback.
-
Please, after this while, has anyone found a solution to this? |
Beta Was this translation helpful? Give feedback.
-
.swiper-button-prev { .swiper-button-next { .swiper-button-next::after { .swiper-button-prev::after { |
Beta Was this translation helpful? Give feedback.
-
I'm looking to something similar but I want to customize more details than just the icon. Instead I'd like some text with an icon so I'm looking for the ability to specify some custom HTML that would make up the element. I'm looking into how this would be done without reinventing too much of the wheel when using the element approach. This was possible in the older jQuery based version that I'm trying to upgrade. I'll try to update here if I find another way to customize the navigation buttons. |
Beta Was this translation helpful? Give feedback.
-
I am trying to custom the arrow icons in the navigation module but the only way I could see, to achieve that is through using classes "swiper-button-next/prev". I couldn't do much with it like rendering custom arrows. am I correct?
Beta Was this translation helpful? Give feedback.
All reactions