Title: CSS: Remove heading
Last modified: August 30, 2016

---

# CSS: Remove heading

 *  Resolved [fdelange](https://wordpress.org/support/users/fdelange/)
 * (@fdelange)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-remove-heading/)
 * Hello,
 * Is there away to adjust the CSS so I can remove the header part of my Zerius 
   Lite page? It’s the part where standard the Zerius logo is shown (left) and a
   small search icon (magnifying glass, right).
 * I need no menu or subpages right now, and I think my page is better without it.
 * many thanks,
    Fedor

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

 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-remove-heading/#post-6711810)
 * Would you please provide the link of your site so i can understand your issue
   more easier.
    Thanks
 *  Thread Starter [fdelange](https://wordpress.org/support/users/fdelange/)
 * (@fdelange)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-remove-heading/#post-6711821)
 * Hello,
 * It is: [http://www.ritchieblackmoresrainbow.com](http://www.ritchieblackmoresrainbow.com)
   
   Basically I would like to remove everything above the orange line.
 * thanks
    Fedor
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-remove-heading/#post-6711893)
 * If your theme has a built-in custom CSS option, use it; otherwise, get a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   and put:
 *     ```
       #main-nav {
       	display: none;
       }
       ```
   
 *  Thread Starter [fdelange](https://wordpress.org/support/users/fdelange/)
 * (@fdelange)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/css-remove-heading/#post-6711907)
 * Great – that worked well!
    Many thanks for your help

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

The topic ‘CSS: Remove heading’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerius/1.0.10/screenshot.jpg)
 * Zerius
 * [Support Threads](https://wordpress.org/support/theme/zerius/)
 * [Active Topics](https://wordpress.org/support/theme/zerius/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerius/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerius/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [fdelange](https://wordpress.org/support/users/fdelange/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/css-remove-heading/#post-6711907)
 * Status: resolved