Title: Hide header
Last modified: December 5, 2023

---

# Hide header

 *  Resolved [dhraks](https://wordpress.org/support/users/dhraks/)
 * (@dhraks)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/hide-header-5/)
 * Hello,
 * I’ve just found out this plugin and it does exactly what I need 😀
 * There is just two issues I can’t figure out, is it possible to hide the header
   of my page (because it’s in front of the picture) and is it possible to limit
   the zoom value to 100% of the original image ?
 * Thank you for your help.
 * Alexandre
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-header-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/hide-header-5/#post-17256733)
 * Hi, I see there is a z-index that is way too high 🙂 You can add CSS like this
   to Appearance >Customizer > Custom CSS.
 * `html body .fusion-header-wrapper {
   z-index: 100;}
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/hide-header-5/#post-17256748)
 * For zoom settings, you can add custom settings. This PHP code can be added to
   functions.php of your theme or to your own plugin.
 * `function imageviewer_custom_options() { 
   ?> <script> imageviewer_custom_options
   = { zoomValue: 100, snapView: true, maxZoom: 500, refreshOnResize: true, zoomOnMouseWheel:
   true }; </script> <?php}add_action( 'wp_footer', 'imageviewer_custom_options');
 * `/* 
    * option: type: default: description:  * zoomValue number in percentage
   100 It defines the initial zoom value of an image.  * maxZoom number in percentage
   500 It defines maximum percentage you can zoom an image.  * snapView boolean 
   true Configuration to show/hide snap view.  * refreshOnResize boolean true Defines
   wether to refresh the viewer on resize of window. * zoomOnMouseWheel boolean 
   true Defines weather to allow zoom with mouse scroll or not. *  */
 *  Thread Starter [dhraks](https://wordpress.org/support/users/dhraks/)
 * (@dhraks)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/hide-header-5/#post-17266604)
 * Hello Marcel,
 * thank you for your answer and sorry for not responding earlier, I was rebuilding
   my site.
   I still have the same problem with the header coming in front of the
   image. It’s less annoying because I set the header to be transparent but I can’t
   close the image with the cross on the upper right corner. I tried the code in
   your first answer but it doesn’t work.
 * here is the adress of one page : [https://alpha-draconis.fr/?p=290](https://alpha-draconis.fr/?p=290)
   but you can also check the full site if you need to : [https://alpha-draconis.fr](https://alpha-draconis.fr)
 * Thanks again for your help
 * Best regards,
 * Alexandre
 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/hide-header-5/#post-17269280)
 * Well, that is annoying. It seems to be a game of whack-a-mole. Try this as well.
 * `html.avada-header-color-not-opaque body header.fusion-header-wrapper {`
   `z-index:
   100;``}`
    -  This reply was modified 2 years, 5 months ago by [Marcel Pol](https://wordpress.org/support/users/mpol/).
 *  Thread Starter [dhraks](https://wordpress.org/support/users/dhraks/)
 * (@dhraks)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/hide-header-5/#post-17272277)
 * Thank you very much, it works perfectly 😉

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

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

 * ![](https://ps.w.org/wp-imageviewer/assets/icon-256x256.png?rev=2047278)
 * [WP ImageViewer](https://wordpress.org/plugins/wp-imageviewer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-imageviewer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-imageviewer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-imageviewer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-imageviewer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-imageviewer/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [dhraks](https://wordpress.org/support/users/dhraks/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/hide-header-5/#post-17272277)
 * Status: resolved