Title: Customize widget title
Last modified: August 22, 2016

---

# Customize widget title

 *  Resolved [raph87](https://wordpress.org/support/users/raph87/)
 * (@raph87)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/customize-widget-title/)
 * I’m using Woocommerce with the Neighbourhood Theme (Swift Ideas). When I put 
   the Ultimate Woocommerce Brands widget on a page, and I enter a title, the title
   looks very different than the other widget titles. Is there any way to customize
   this (in other words, make it the same style as the other)?
 * Thank you
 * [https://wordpress.org/plugins/ultimate-woocommerce-brands/](https://wordpress.org/plugins/ultimate-woocommerce-brands/)

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

 *  [fontes.p](https://wordpress.org/support/users/fontesp/)
 * (@fontesp)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/customize-widget-title/#post-5776399)
 * The same thing was happening with the theme I’m using.
    I solved this by slightly
   changing the file “mgwoocommercebrands-widget-brands-list.php”.
 * Around line 74 (+/-), you need to:
    a) open the ‘div’ before the ‘if has title’
   b) attribute a class to the title.
 * for my theme, it worked as this:
 *     ```
       echo '<div class="widget woocommerce widget_mgwoocommercebrands">';
       		if ( $instance['title'] ) {
       		echo "<h3 class=\"widget-title m-secondary-font\">{$instance['title']}</h3>";
       		}?>
       	<?php
       ```
   
 *  [Mikey B](https://wordpress.org/support/users/mikebackhouse/)
 * (@mikebackhouse)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/customize-widget-title/#post-5776429)
 * Perfect! Well spotted fontes! This is surely a fault with the widget isn’t it??

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

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

 * ![](https://ps.w.org/ultimate-woocommerce-brands/assets/icon-256x256.png?rev=
   1033823)
 * [Ultimate WooCommerce Brands](https://wordpress.org/plugins/ultimate-woocommerce-brands/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-woocommerce-brands/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-woocommerce-brands/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-brands/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-brands/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-woocommerce-brands/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Mikey B](https://wordpress.org/support/users/mikebackhouse/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/customize-widget-title/#post-5776429)
 * Status: resolved