You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
Hello All,
I deeply appreciate your fast response towards my previous issue. Please how can i customize the look of the Podcast Feed listing on my website. The default player isn't looking very good
Thanks in advance
The text was updated successfully, but these errors were encountered:
The media player is MediaElement.JS. In 2.2 the files for this are in the media/mediaelements directory but in the upcoming 3.0 release the version shipped with core will be used instead.
As the player is pretty much fully CSS based, you can override the CSS classes as needed either in your template's CSS file(s) or creating an override (copy media/mediaelements/css/mediaelementplayer.css and media/mediaelements/css/mediaelementplayer.min.css to templates/<your_template>/css/mediaelements/ and make edits as needed; if you go this route I'd suggest editing the uncompressed file then creating the minified file from your changes as the code will try to load that first).
If you need to override the actual HTML layouts, the core template manager can help with this.
Hello All,
I deeply appreciate your fast response towards my previous issue. Please how can i customize the look of the Podcast Feed listing on my website. The default player isn't looking very good
Thanks in advance
The text was updated successfully, but these errors were encountered: