Title: [Plugin: qTranslate] Customizing Widget
Last modified: August 20, 2016

---

# [Plugin: qTranslate] Customizing Widget

 *  Resolved [Angela](https://wordpress.org/support/users/angelazou/)
 * (@angelazou)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-qtranslate-customizing-widget/)
 * I would like to remove the title (the ‘Language ‘ portion) when adding qTranslate
   as a widget. I found this line in qtranslate/qtranslate_widget.php:
 *     ```
       function widget($args, $instance) {
       		extract($args);
   
       		echo $before_widget;
       		$title = empty($instance['title']) ? __('Language', 'qtranslate') : apply_filters('widget_title', $instance['title']);
       		$hide_title = empty($instance['hide-title']) ? false : 'on';
       		$type = $instance['type'];
       		if($type!='text'&&$type!='image'&&$type!='both'&&$type!='dropdown') $type='text';
   
       		if($hide_title!='on') { echo $before_title . $title . $after_title; };
       		qtrans_generateLanguageSelectCode($type, $this->id);
       		echo $after_widget;
       	}
       ```
   
 *  I noticed there is also seems to be a hide title option, but its option is nowhere
   found in the interface configuration. If anyone knows, please reply.
 *  Also, I need to style this, I tried, using the qtrans_language_chooser class(
   for the list), but it doesn’t seem to work well. I would like to add some divs
   around that to style it. Exactly which line of code do I need?
 * Regards,
    Angela
 * [http://wordpress.org/extend/plugins/qtranslate/](http://wordpress.org/extend/plugins/qtranslate/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Angela](https://wordpress.org/support/users/angelazou/)
 * (@angelazou)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-qtranslate-customizing-widget/#post-2186218)
 * Anyone? I really need this done.
 * Regards,
    Angela
 *  Thread Starter [Angela](https://wordpress.org/support/users/angelazou/)
 * (@angelazou)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-qtranslate-customizing-widget/#post-2186269)
 * I really need to style this widget, it looks way too wide on my page. Anyone?
 * Regards,
    Angela

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: qTranslate] Customizing Widget’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate.svg)
 * [qTranslate](https://wordpress.org/plugins/qtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [Angela](https://wordpress.org/support/users/angelazou/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-qtranslate-customizing-widget/#post-2186269)
 * Status: resolved