Change Back to top button background color

Home Forums Gillion Theme Change Back to top button background color

Home Forums Gillion Theme Change Back to top button background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • hife2017
    Participant

    Hi Shufflehound support,

     

    How can i change back to up hover background color to red??

     

    Thanks

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

    Hi @hife2017,

     

    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 {
        border-color: #F44336!important;
    }
    #page-container .sh-back-to-top:hover{
            background-color: #F44336!important;
    }

     

    Best regards,
    Shufflehound team

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