Hi,
Where in the Enfold General Styling Options to you control the Scroll to Top Button? I’ve tried changing colors in footer and socket, to no avail. My arrow icon in the middle of the box only appears on hover, so I want to change the color and, rather than use css, I thought I might ask where this is controlled first, so I know for the future.
Thank you,
~e
Hey Eleina_Shinn,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Sure, here is the website:
When you scroll down the page, the “back to top” square with arrow appears, but the arrow isn’t shown except on hover. I can’t figure out where you control the colors of this back to top button.
Here is a screenshot I took: http://047f6450c0.nxcli.net/wp-content/uploads/screenshot-047f6450c0.nxcli_.net-2021.09.29-14_52_38.png
try this – play with your own colors
#scroll-top-link {
color: #c9342f;
}
#scroll-top-link:hover {
border: 1px solid #848484;
}
Hi,
Thanks for helping out @guenni007. Did you try that CSS out, and did you have any luck with it @eleina_shinn?
Best regards,
Rikard
That worked, thank you!