Hello. I need your help. I need to change the background color of the “scroll to top” button on all this website - https://refaceacademy.myshopify.com/ . The password is whiyis. Can you please help me?
Hi @mariia_ger
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- Open your global or common css file
- Paste the code below at the very bottom of the file.
a#to-top:after, a#to-top:before {
background: #fff;
}
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/dt-framework.css ->paste below code at the bottom of the file.
#to-top:after, #to-top:before {
background: #ffffff !important; /* change color as you like */
opacity: 1 !important; /* change color as you like */
}
Thank you very much! It’s working!
its my pleasure to help us