Change hover color of "up" button?

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

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • heatherruthcreative
    Participant

    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…

    Attachments:
    You must be logged in to view attached files.

    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

    heatherruthcreative
    Participant

    This worked great!!  Thank you!!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)