How do you change the transparency of the toggle the scrolls up at the bottom of the screen? I would like to make it less opaque.
Hey Todd!
Can you post a link to your site?
Regards,
Nikko
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.scroll-down-link:before {
opacity:0.5;
}
Best regards,
Rikard
Hi,
Try using this css code:
#top .scroll-down-link:before {
color: rgba(255,255,255,0.1);
}
Let us know if this helps :)
Cheers!
Nikko