Is there a way to take out the hover back to the top of the screen button that shows to the bottom right?
Hi
Not sure if i understood you clearly but you can change back to top buttons hover state by adding following code to Quick CSS in Enfold theme options under General Styling tab
#scroll-top-link:hover {
background-color: #fcfcfc;
color: #42a0bd;
border: 1px solid #e1e1e1;
}
Best regards,
Yigit