Comments Sergio started the conversationJune 22, 2015 at 1:45amHiHow can I change the selected icon for the arrows in Nectar Slider?Of what I can see, it's using "\f104" (left) and "\f105" (right) from Font Awesome.I would like to change these to "\f053" (left) and "\f054" (right)How could I do it?Thank you in advance! 8,851Tahir repliedJune 22, 2015 at 3:43pmHey Again,Simply override the css with the content value in css and add !important. Please provide the page url if you can get the css to work .Thanks ThemeNectar Support Team Sergio repliedJune 22, 2015 at 3:44pmHi TahirBut that\'s the thing, what\'s the CSS for just that part? 8,851Tahir repliedJune 23, 2015 at 3:07pmThe page url ? . Thanks ThemeNectar Support Team Sergio repliedJune 23, 2015 at 7:46pmI only have it on a local host at the moment, but I\'m using the same slider as on this page:http://themenectar.com/demo/salient-blog/Please use this as a reference to find the correct CSS.Thank you very much in advance!Greetings from Sweden 8,851Tahir repliedJune 24, 2015 at 3:05pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .icon-angle-right::before { content: \"\\f054\" } .icon-angle-left::before { content: \"\\f053\" }Thanks ThemeNectar Support Team Sergio repliedJune 24, 2015 at 4:04pmthank you very much for your time and help! Sign in to reply ...
Hi
How can I change the selected icon for the arrows in Nectar Slider?
Of what I can see, it's using "\f104" (left) and "\f105" (right) from Font Awesome.
I would like to change these to "\f053" (left) and "\f054" (right)
How could I do it?
Thank you in advance!
Hey Again,
Simply override the css with the content value in css and add !important. Please provide the page url if you can get the css to work .
Thanks
ThemeNectar Support Team
Hi Tahir
But that\'s the thing, what\'s the CSS for just that part?
The page url ? .
Thanks
ThemeNectar Support Team
I only have it on a local host at the moment, but I\'m using the same slider as on this page:
http://themenectar.com/demo/salient-blog/
Please use this as a reference to find the correct CSS.
Thank you very much in advance!
Greetings from Sweden
Hey Again,
Thanks
ThemeNectar Support Team
thank you very much for your time and help!