Hi Guys,
How to change the scroll up box colour separately?
The colour changes reflect through Enfold> General Styling > Socket > Socket Background color (Default Background colour)
But it makes scroll up box colour changes to the adjusted colour too. I want the scroll up box colour different from what my Socket background colour.
Please advise.
Thanks.
Hey!
Try adding this code to the Quick CSS:
#scroll-top-link {
background: red;
color: blue;
border-color: yellow;
}
Adjust as needed.
Cheers!
Josue