How to remove pause button from art background.
Step 1: This is the pause button we want to remove on the art background.
Step 2: Go to pages and find ‘‘Custom code’’.
Step 3: Then click ‘‘Custom CSS’’.
Step 4: Add this CSS code :
.background-pause-button.visible {
display: none
}