after a lot of reading thru this forum I finally need to ask: How can I enlarge, position and change the color of the downward arrow within a nectar slider?
Sorry if you have answered this question somewhere already - I couldn't find it I'm afraid :-/
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
html body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^=\"icon-\"] {
font-size: 35px !important;
color: #ff0 !important;
}
html body .swiper-wrapper .slider-down-arrow {
left: 98% !important;
margin-left: -60px !important;
}
Hello there,
after a lot of reading thru this forum I finally need to ask: How can I enlarge, position and change the color of the downward arrow within a nectar slider?
Sorry if you have answered this question somewhere already - I couldn't find it I'm afraid :-/
Thanks for answering!
*alice.
Hey,
html body .swiper-wrapper .slider-down-arrow i.icon-default-style[class^=\"icon-\"] { font-size: 35px !important; color: #ff0 !important; } html body .swiper-wrapper .slider-down-arrow { left: 98% !important; margin-left: -60px !important; }
Thanks
Salient Support Team
hey Tahir,
Great! I can work really well with that! Super :-)
Thanx!
*alice.