WP Media: playlist display | change font size
-
- Using the default WP Media tools I have added an audio playlist to a page.
- When the page is published the display font size for the list of tracks appears smaller than the font size on the main body of the page.
- How can I increase the size of the playlist font?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Can I see this on your homepage? Or is it a specific place I need to look at?
I tried looking around but was not able to spot it. Thanks for pointing it out!
-
Hi staff-toto ro. Thank you for giving this some thought. See, for example… https://andrewpink.org/2023/04/22/johann-christoph-bach-chorale/
-
Thanks for confirming.
You can change that font size by adding the following custom CSS to your site settings:
wp-playlist-item-title { font-size: 16px; }You can add that here, under the Additional CSS tab on the left:
https://wordpress.com/customize/When you get there you will see a text box with some text in it. Create a new (blank) line, and paste in the following custom CSS code.
Hope that helps. Please let us know if you have any more questions.
-
Thank you for this. I have applied it to the site’s Additional CSS just as you presented it – at lines 87 to 89 – but it does not seem to have affected the playlist’s font size. As time allows, please let me know if you have any further thoughts on this.
-
Hey there,
It looks like there . was missing from the CSS, so I’ve applied:
.wp-playlist-item-title { font-size: 16px; }(notice the fullstop at the start)
It looks like it’s now working! :)
-
“Thank you!” “Thank you!” “Thank you!”
All good.
(And “Thank you!” all the other fine folk at WordPress.com who keep the show on the road.) -
- The topic ‘WP Media: playlist display | change font size’ is closed to new replies.