Hello Can you tell me where I can check the colors in Back to Top button?
technova76 Hi use this code in custom.css and change the codes as per needs
#back-to-top .btn:hover, #back-to-top .btn:focus, #back-to-top .btn:active { background: #080808!important; } #back-to-top .btn { background: #222222!important;}
Thank you