You can change the play and pause button colors in your Moast widgets using custom CSS in the app block settings.
Steps:
Go to your Shopify theme editor and open the Moast app block settings.
Find the Custom CSS box.
Copy and paste the following code:
β.pause-button {
background-color: #f8f3ec;
}
.pause-button svg {
fill: #241023;
}Replace the hex codes with your desired colors.
Save your changes. Your play and pause buttons will now display the new colors on your widget.

