Home › Forums › Gillion Theme › Change Back to top button background color
Home › Forums › Gillion Theme › Change Back to top button background color
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