Title: widget title customize
Last modified: August 20, 2016

---

# widget title customize

 *  Resolved [bartekwu](https://wordpress.org/support/users/bartekwu/)
 * (@bartekwu)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/widget-title-customize/)
 * I need help in customizing widget title. How and where should I add code f.e.
 * $before_title = ‘<h3 class=”widget-title” style=”background-color:#222222;color:#
   ffffff;”>’;
    $after_title = ‘</h3>’; (which I have in others widgets)
 * Or is it any other way to make this widget title custom background and font color?
 * [http://wordpress.org/extend/plugins/author-profile/](http://wordpress.org/extend/plugins/author-profile/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Debashish](https://wordpress.org/support/users/debashish/)
 * (@debashish)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/widget-title-customize/#post-3508919)
 * The Widget doesn’t define any style of its own for the Title (only the text is
   configurable), you can always define yoru onw style. An easy way is to add style
   for _h3_ (or for the _widget-title_ class) in your WordPress theme stylesheet,
   something like
 *     ```
       h3 {
         background-color:#222222;
         color:#ffffff;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘widget title customize’ is closed to new replies.

 * ![](https://ps.w.org/author-profile/assets/icon-128x128.png?rev=1294997)
 * [Author Spotlight (Widget)](https://wordpress.org/plugins/author-profile/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/author-profile/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/author-profile/)
 * [Active Topics](https://wordpress.org/support/plugin/author-profile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/author-profile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/author-profile/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Debashish](https://wordpress.org/support/users/debashish/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/widget-title-customize/#post-3508919)
 * Status: resolved