Tagged: icon, menu, scroll to top
Hi there
Is it possible to replace the character in the scroll to top button with a custom icon in png format?
Thanks
Richard
Hi Richard
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a#scroll-top-link {
background-image: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_vertical_align_top_48px-128.png);
background-position: 50% 50%;
background-size: contain;
}
a#scroll-top-link:before {
content: '';
}
Cheers!
Yigit
Hi Yigit
Awesome thank you. I’ve removed
a#scroll-top-link:before {
content: '';
}
though, as the link was disabled with the mark-up
Richard