Title: Widgets title modification
Last modified: August 21, 2016

---

# Widgets title modification

 *  Resolved [LucyNyu](https://wordpress.org/support/users/lucynyu/)
 * (@lucynyu)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-title-modification/)
 * Hey there,
 * I just started using WordPress and I’m loving your plugin, thanks for all your
   work!
 * Anyhow I went through your readme and made proper css modification to almost 
   everything… yet I’m failing to modify title in widgets.
 * No matter what I do it’s always: <h3> Title </h3>
    What can I can do to wrap:
   <h3 class=”widget-title”> TITLE </h3> Instead of default <h3>?
 * Thanks, hope you can give me a hand.
 * [https://wordpress.org/plugins/live-stream-badger/](https://wordpress.org/plugins/live-stream-badger/)

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

 *  Plugin Author [Tadas Krivickas](https://wordpress.org/support/users/tkrivickas/)
 * (@tkrivickas)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-title-modification/#post-4587288)
 * Hi,
 * It’s not related to the plugin. Do a text search in your theme on `register_sidebar`(
   where your theme registers sidebar) and edit the arguments `before_title` and`
   after_title`.
 * An example:
 *     ```
       register_sidebar( array(
       		'name'          => __( 'Sidebar', 'dotalt3' ),
       		'id'            => 'sidebar-1',
       		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
       		'after_widget'  => '</aside>',
       		'before_title'  => '<h3 class="widget-title">',
       		'after_title'   => '</h3>',
       	) );
       ```
   
 *  Thread Starter [LucyNyu](https://wordpress.org/support/users/lucynyu/)
 * (@lucynyu)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-title-modification/#post-4587292)
 * Thanks a lot! Finally managed to style everything. 🙂

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

The topic ‘Widgets title modification’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [LucyNyu](https://wordpress.org/support/users/lucynyu/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/widgets-title-modification/#post-4587292)
 * Status: resolved