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.

Scroll to top color change

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

I can not seem to find how to change the color of the scroll to top arrow. I want to match them with the slider scrolls on my website since the current grey color is hardly seen.

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 1 month ago

    Hi

    Unfortunately not a theme setting but you can style with Custom CSS:

    /* Vantage Scroll to Top Colors */
    #scroll-to-top {
    background: rgba(0, 0, 0, 0.2);
    }
    #scroll-to-top .vantage-icon-arrow-up {
    color: rgba(255, 255, 255, 0.2);
    }

    Insert the above under Appearance > Custom CSS and edit as required. 255, 255, 255 is a RGB color, 0.2 is the opacity.

  2. Kapitan 11 years, 1 month ago

    Thank you very much for your prompt response. totally solved my problem.

  3. Andrew Misplon Staff 11 years, 1 month ago

    Super, glad that did the trick.

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