Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi,
How can we change the color (not on hover) of the go to top circle?
Best regards,
Sandra
Hi Sandra,
Please add the code below to your Custom CSS area:
.go-to-top {Have a nice day!background-color: red; }
Hi Ylli,
thanks a lot for your help!
The Problem seems to be the opacity, is it possible to change that, too?
Best regards.
Sandra
Yes, change the old CSS code with this one.
.go-to-top {Have a nice day!background-color: red; opacity: 1 !important;
}
I will set this ticket as solved from here.