Title: Customize Alx Widget Title
Last modified: August 24, 2016

---

# Customize Alx Widget Title

 *  Resolved [riyadenn](https://wordpress.org/support/users/riyadenn/)
 * (@riyadenn)
 * [11 years ago](https://wordpress.org/support/topic/customize-alx-widget-title/)
 * How to customize alx widget title like change font size, center align, make a
   box background shape?

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years ago](https://wordpress.org/support/topic/customize-alx-widget-title/#post-6110011)
 * Hi riyadenn. There is more than one “alx” widget. As an example you could replace
   the AlxPosts widget title using this css:
 *     ```
       /* replace AlxPosts title */
       .widget_alx_posts > h3 {
         visibility: hidden;
       }
       .widget_alx_posts > h3:after {
         content: "My Widget Title";
         visibility: visible;
         display: block;
         font-size: 24px;
         text-align: center;
         margin-top: -30px;
       }
       ```
   
 *  Thread Starter [riyadenn](https://wordpress.org/support/users/riyadenn/)
 * (@riyadenn)
 * [11 years ago](https://wordpress.org/support/topic/customize-alx-widget-title/#post-6110020)
 * Thank you again, bdbrown.

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

The topic ‘Customize Alx Widget Title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [riyadenn](https://wordpress.org/support/users/riyadenn/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/customize-alx-widget-title/#post-6110020)
 * Status: resolved