Plugin Support
Fotis
(@markwaregr)
Hi there,
Try these
.ai-wrap{background:red;}
.ai-wrap .ai-track-time{color:red;}
.ai-wrap .ai-track-name{color:blue;}
.ai-track-info{color:yellow;}
in your custom CSS box under Customize->Additional CSS and replace with your preference.
Let me know if you need additional help with this.
Thanks!
And how to change the colors of these elements?
If You give a complete list, I will be grateful!
Where to change the color of the player
Help solve the issue to the end! 🙂
Plugin Support
Fotis
(@markwaregr)
Hi there,
try this also
.ai-wrap .ai-audio-controls-meta .ai-btn {
background: green!important;
}
.ai-wrap .ai-track {
background: blue!important;
}
.ai-track.ai-track-active {
background: red!important;
}
for your missing elements.
Let me know if you need additional help with this.
Hi!
I would like to replace the magenta through white on hovered audio controls:
https://chorlektiv.de/wp-content/uploads/2020/03/player.png
Thanks in advance.
Plugin Support
Fotis
(@markwaregr)
Hi there,
you can try this
.ai-wrap .ai-btn:hover svg {
fill: #fff;
}
in your custom CSS box under Customize->Additional CSS.
Let me know if you need more help with this.
This thread has been very helpful. This player is beautiful and just what I need.
1. How do you change the play button and the volume bars colors from red to something else?
2. How day you change the timecode color and the background color of the volume to something else? Both seem to be a grey/black color.
3. How do I add padding at the top to include a title for the player, such as “Episode Performances?” And can you add an anchor tag in the event you want to link directly to the player? (These are music playlists and the podcast episode will be elsewhere on the page.)
Thank you, thank you!
Jess
-
This reply was modified 6 years ago by
d1ydq.
-
This reply was modified 6 years ago by
d1ydq.
-
This reply was modified 6 years ago by
d1ydq.
PS Can you also advise on how to change the color of the vertical red bar that is on the right side of the tracks? Thanks!