Home › Forums › Jevelin Theme › Change hover color of "up" button?
Home › Forums › Jevelin Theme › Change hover color of "up" button?
Hi, my website is http://www.danataft.com/yoga
Is there a way to change the hover color of the “up” button? Please see attached screenshot…
Solution for this topic
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-back-to-top:hover {
background-color: #ec176e !important;
border-color: #ec176e !important;
}
Best regards,
Shufflehound team
This worked great!! Thank you!!
You are most welcome here 🙂