Title: Remove header
Last modified: September 17, 2022

---

# Remove header

 *  Resolved [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-header-31/)
 * Hi Kharis,
 * I would like to remove the header ‘Our Employees’.
 * I tried this code:
 * .panel-grid-cell section.employees-area {
    padding-top: 0; padding-bottom: 10px;}
 * .panel-grid-cell section.employees-area .widget-title {
    display: none; }
 * This did remove the ‘Our Employees’ header but unfortunately it also removed 
   the ‘Our Team’ header. I would like to remove ‘Our Employees’ but keep the ‘Our
   Team’ header. Please could you help with this?
 * Many thanks,
    Jen
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-header-31%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/remove-header-31/#post-16021090)
 * Hi Jen,
 * To target CSS specific to particular section/widget, you can add a special CSS
   class selector to the widget’s settings > **Widget Styles** > **Attributes** 
   > **Widget Class**. For example: [https://i.snipboard.io/SVhGPW.jpg](https://i.snipboard.io/SVhGPW.jpg)
 * Width that custom CSS class added, then you can apply this CSS code to **Additional
   CSS**:
 *     ```
       .my-special-section .widget-title {
         display: none;
       }
       ```
   
 *  Thread Starter [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/remove-header-31/#post-16034302)
 * Perfect, thank you!
 * Jen

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

The topic ‘Remove header’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/remove-header-31/#post-16034302)
 * Status: resolved