Changing upload button icon

Hello , I like the new rtMedia version, good job. But would like to use just the camera icon dashicons-camera for my upload button and not the one with the music note, as I don’t allow music uploads.

How can I change that?

Thanks Ray

Hello @raytronx,

To use different icon for upload button, you can try below css code by adding it to ‘Custom Css’ tab under rtMedia admin settings:

.rtm-upload-button-wrapper .rtmedia-add-media-button span:before {
content: '\f306';
}

Thank you.

1 Like

Thanks, that worked. Is it possible to also add some tool tip text to show the words “Add photo” when the button is hovered?

Hello @raytronx,

Yes, we will add this to our next release.

Thank you.

1 Like