Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147897
    Martin Vacha
    Participant

    Hi there,
    How can i change the font of my audio playlist? I think it’s paragraph now but i want it to be ‘header 6’ font.

    this is the playlist: https://vacha.nl/music/

    thnx!

    #147943
    Skandha
    Participant

    @martin-vacha: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-playlist-item a, .wp-playlist-item span {
    	font-size:20px;
    }

    You can change the size according to your requirement.

    Let me know if this is what you want.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change audio playlist font?’ is closed to new replies.