Scroll to top color change
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
3Hi
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.
Thank you very much for your prompt response. totally solved my problem.
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.