• Resolved soundcapacitor

    (@soundcapacitor)


    I’m using the Theme.co X theme. When I use the plug-in, the play and pause buttons are shown as dice and the mute and unmute buttons are a crown and a bird respectively. Probably not what they should be . . . LOL! Is there an easy CSS fix to override the default fonts and get back to the correct character sets for these icons?

Viewing 1 replies (of 1 total)
  • Thread Starter soundcapacitor

    (@soundcapacitor)

    I was able to fix it by adding “!important” to the css. for the font:

    .track .mejs-controls > .mejs-button button:before {
    	content: "";
    	display: inline-block;
            font: normal 22px/1 'dashicons' !important; 
    	position: relative;
    	left: 0;
    	top: -2px;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Play and Mute Icons Changed’ is closed to new replies.