Hello,
How can I change the color of the arrow that takes the user back up to the home section on my page? I would like to make it darker and more visible. Please see below.
Thanks
Hey Wisith!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#scroll-top-link {
color: #e4e6f0;
border-color: #2d333b;
background-color: red;
}
#scroll-top-link:hover {
color: #000000;
border-color: red;
background-color: green;
}
Regards,
Yigit