Remove Media Type in Widget

Hi

I am only displaying photos in the widget, and thus do not need the media type (All / Photos / Music / Video) displayed in the tabs at the top of the widget.

How do I remove these?

@barbarza, you can change settings for widget from widget settings located at admin panel-> appearance -> widgets -> rtMedia Pro Gallery Widget

Hi Ritesh

I have attached a screenshot of the widget.

I would like to completely remove the bit highlighted in red.

Use this CSS code in your theme’s style.css file to hide the media type title.

.media-tabs-container > ul {  
     display: none;  
}

Thanks, the CSS code removed the tabs.