Skip to main content

How to change the play and pause button color

Updated over 2 weeks ago

You can change the play and pause button colors in your Moast widgets using custom CSS in the app block settings.

Steps:

  1. Go to your Shopify theme editor and open the Moast app block settings.

  2. Find the Custom CSS box.

  3. Copy and paste the following code:
    ​

    .pause-button {
    background-color: #f8f3ec;
    }

    .pause-button svg {
    fill: #241023;
    }

  4. Replace the hex codes with your desired colors.

  5. Save your changes. Your play and pause buttons will now display the new colors on your widget.

Did this answer your question?