How to remove pause button from art background
1. Use Custom CSS to Hide the Pause Button
Go to:
Design > Custom CSS and paste the following code:
.background-pause-button.visible {display: none
}
This will hide the pause button from displaying on the live site—without affecting your background functionality.
Don’t forget to click Save after pasting the code.
2. Preview Your Site
Open your site in a new tab (or use preview mode) and scroll to the section with the Art Background. The pause button should now be completely hidden.