• In the editor the podcast player (default WordPress one) looks good, but on the front end play, stop and speaker icons are shows as dots. This is an issue for many years.

    Is this a bug or something else?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is caused by the twentig plugin you are using. It sets a background colour for these buttons, which can of course be seen here.

    A quick solution could be:

    body .jetpack-audio-player .mejs-button > button {
    background-color: transparent !important;
    }

    You would have to insert this under Appeareance > Customiser > Additional CSS.

    Alternatively, you would have to contact the plugin’s support: https://www.ads-software.com/support/plugin/twentig/

    Thread Starter marco-raaphorst

    (@marco-raaphorst)

    Very nice thanks! Will report this as well!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Podcast player shows dot instead of play and stop buttons’ is closed to new replies.