Comments 1jimmargraphics started the conversationApril 28, 2020 at 8:33pmHi,I'm trying to increase the font size of the scroll down arrow. I've implemented the following css, but it's doesn't seem to change the arrow size:body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] { font-size: 75px !important;}Can someone please help me with this issue?Thanks,Jim 3,023Andrew repliedApril 28, 2020 at 8:51pmHi Jim, Try the following custom css: .swiper-wrapper [class*=" icon-"]:before{ font-size:50px; } Kind regards.1 Like 1jimmargraphics repliedApril 28, 2020 at 9:01pmPerfect! Thank you Andrew! Sign in to reply ...
Hi,
I'm trying to increase the font size of the scroll down arrow. I've implemented the following css, but it's doesn't seem to change the arrow size:
body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
font-size: 75px !important;
}
Can someone please help me with this issue?
Thanks,
Jim
Hi Jim,
Try the following custom css:
Kind regards.
Perfect! Thank you Andrew!