"ScrollToTop button" background color change
-
Hello,
I want to change scrollToTop button background color. Please help me.
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS:
.scrollToTop {
box-shadow: 0 0 5px rgba(0,0,0,.17);
background-color: rgba(255,255,255,.9);
}
Change the colors as per your needs.
Best Regards
Thanks for your helping hand. It’s solved.
Regards
Ahmad
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘"ScrollToTop button" background color change’ is closed to new replies.