rtMedia allows custom CSS code to modify elements that can be isolated via CSS. This is useful when changing visual details like colour schemes, titles and buttons.
Custom Settings
The rtMedia default styles
setting toggles the default styles associated with rtMedia. This should always be ON if custom CSS code isn’t needed.
To add custom CSS styling, set rtMedia default styles
to OFF.
Ensure that all custom CSS code is valid, as rtMedia does not validate the code entered in the Paste your CSS code
field. Entering invalid CSS code could break the website.
The following is an example of custom CSS code that might be used:
.rtmedia-list-item .rtmedia-item-title{
display: none;
}
This snippet hides the media title from the media gallery.
You must be logged in to post a comment.