Is there a way to make this arrow bigger?
assetivity1 Hi open template folder /css/custom.css file and add this code
.back-to-top .btn { height: 90px!important; width: 90px!important;}
If there is no custom.css file, kindly create it and add the code.
Regards
Thanks but the arrow is still small, just the button is bigger. I would like the arrow wider and bigger?
assetivity1 Hi Add this code in custom.css file
.back-to-top .fa-long-arrow-up:before { font-size: 40px; }
Great thanks! This is now resolved.