Open abiade opened 8 years ago
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.
Where can I find this CSS code/file in Joomla 3.2.1?
The same information as stated above, the paths aren't dependent on a Joomla version.
I would also suggest updating to the latest Joomla release ASAP. There are several major security vulnerabilities with 3.2.1.
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