Mono Template: Change scroll-to-top foreground and background
Good evening to all
I’ m using Mono Pre-built layout for my client’s website. I am trying to change the foreground (icon color) of Scroll-to-top button by using the css-code (using CSS Editor) below, without any successful result:
#scroll-to-top {
background: #000000;
}
#scroll-to-top .svg-icon-to-top {
color: #d7ff2f;
}Is there any wrong in the snippets above?
My client’s website: https://www.cp-engineering.gr
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi :)
The first rule is working.
The second rule needs to target the path tag within the SVG and use
fillinstead of color. If you inspect the page, check inside of the SVG tag, it’s the path that needs to be targetted.Hope that helps.
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.