Title: Hide title sidebars
Last modified: August 24, 2016

---

# Hide title sidebars

 *  Resolved [andryonline](https://wordpress.org/support/users/andryonline/)
 * (@andryonline)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/hide-title-sidebars/)
 * How can I hide the title of the sidebar primary or secondary?

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/hide-title-sidebars/#post-6095187)
 * Hi andryonline. Using css, primary sidebar is s1; secondary is s2.
 *     ```
       .s2 .sidebar-top > p, .s2 .sidebar-top > p {
         font-size: 0;
       }
       ```
   
 * Or to hide them both you could use:
 *     ```
       .sidebar-top > p {
         font-size: 0;
       }
       ```
   
 *  Thread Starter [andryonline](https://wordpress.org/support/users/andryonline/)
 * (@andryonline)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/hide-title-sidebars/#post-6095237)
 * It works, thanks! 😉

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

The topic ‘Hide title sidebars’ 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: [andryonline](https://wordpress.org/support/users/andryonline/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/hide-title-sidebars/#post-6095237)
 * Status: resolved