Music Player Font

  • Unknown's avatar

    Hello~

    I need help with two things:

    1. I can’t figure out how to remove the music symbol/ header on the top of the music player. See link below

    2. Need some assistance changing the current light blue font to a bright blue link font. see snapshots below. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    For the music player widget image:

    .widget.music-player .wp-playlist-current-item {
    	height: unset;
    }
    .wp-playlist-current-item img {
    	display: none;
    }

    … and for the link colour:

    #secondary .music-player a {
    	color: #00f;
    }
  • The topic ‘Music Player Font’ is closed to new replies.