Comments carotag started the conversationJuly 7, 2023 at 11:18amHelloWhere to change the color or this block ? thanksAttached files: question.jpg 7,092Oliver repliedJuly 8, 2023 at 9:23amHi, to change the colors of the scroll to top button kindly go to Theme Options -> Custom CSS https://prnt.sc/WWRjTlmSCjh9 and use this code: .scroll-top-button:before { background-color: #00BCD4 !important; color: #fff !important; }for the opacity: .scroll-top-button.visible { opacity: 1 !important; }Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello
Where to change the color or this block ? thanks
Attached files: question.jpg
Hi,
to change the colors of the scroll to top button kindly go to Theme Options -> Custom CSS https://prnt.sc/WWRjTlmSCjh9 and use this code:
.scroll-top-button:before {
background-color: #00BCD4 !important;
color: #fff !important;
}
for the opacity:
.scroll-top-button.visible {
opacity: 1 !important;
}
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver