This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Possible bugin Vantage theme: scroll-to-top

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Colin O'Rourke 11 years ago

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.

URL: http://seoul2singapore.org

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Colin O'Rourke 11 years, 10 months ago

    Hello,

    Is there any chance of an update on this please?

    Kind Regards,
    Colin

  2. Greg Priday Staff 11 years, 10 months ago

    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

    #scroll-to-top {
        background: url(‘http://yoursite.com/wp-content/themes/vantage/images/sprites/arrow_up4848.png’) no-repeat;
    }
  3. Colin O'Rourke 11 years, 10 months ago

    cheers

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread