Home Forums Jevelin Theme Change hover color of "up" button? Reply To: Change hover color of "up" button?

Home Forums Jevelin Theme Change hover color of "up" button? Reply To: Change hover color of "up" button?

Solution for this topic

Hi @heatherruthcreative,

 

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