Comments souza started the conversationJuly 28, 2016 at 6:58pmHi,How change the arrow up color ?Thanks,Souza 8,994Tahir repliedJuly 28, 2016 at 10:52pmHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : #to-top i { color: #27cfc3 !important; } Best. ThemeNectar Support Team 1 Likesouza repliedJuly 28, 2016 at 11:51pmNice, And for to change the arrow up background color and arrow up background color hover ? Thanks 8,994Tahir repliedJuly 29, 2016 at 1:15amHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : #to-top:hover, #to-top.dark:hover { background-color: #ff0 !important; } #to-top.dark, #to-top { background-color: #f00 !important; } Best. ThemeNectar Support Team 1 Likesouza repliedJuly 29, 2016 at 1:16amPerfect! Thanks!souza repliedAugust 3, 2016 at 3:56amHi Tahir, Is possible to set the arrow size ? thankssouza repliedAugust 3, 2016 at 5:17pmWorked using:#to-top i { font-size: 50px !important;} Sign in to reply ...
Hi,
How change the arrow up color ?
Thanks,
Souza
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
Nice,
And for to change the arrow up background color and arrow up background color hover ?
Thanks
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
Perfect!
Thanks!
Hi Tahir,
Is possible to set the arrow size ?
thanks
Worked using:
#to-top i {
font-size: 50px !important;
}