Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I want to change the icon for the scroll-to-top button.
I have uploaded the new icon to wp-content/themes/vantage/images/sprites/arrow_up4848.png
and I have added the following to the custom css:
#scroll-to-top {
background: url(‘wp-content/themes/vantage/images/sprites/arrow_up4848.png’) no-repeat;
}
Everything appears to work fine on the homepage, however it does not work on any other page.
I thought it might have been a cache problem initially. But now I am not so sure.
Hello,
Is there any chance of an update on this please?
Kind Regards,
Colin
Hi Colin
If you’re using custom CSS to enter the URL of the new button, you’ll need to use an absolute URL of the file. So something like
cheers