Is there a way to make the scroll up a solid color versus a transparency? Thanks!
Hey ESWEENEY113,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
When you scroll down the page, the button appears in the lower right corner. I’m just wondering if there’s a way to remove the transparency and make it a solid color. The client thinks it looks purple when it’s over the blue in the footer, however I have it set to dark gray.
Thanks!
Hi,
Add this to quick css:
#scroll-top-link.avia_pop_class{
opacity:1!important;
}
And then you can change the actual colors with this:
a#scroll-top-link {
color: #000!important;
background: #fff!important;
}
Best regards,
Jordan Shannon
That worked. Thank you!!
Erin
Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon