Title: Remove Header Parallax Effect
Last modified: August 24, 2016

---

# Remove Header Parallax Effect

 *  [bjarkof](https://wordpress.org/support/users/bjarkof/)
 * (@bjarkof)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-header-parallax-effect/)
 * Hi. I’m not sure how to remove the parallax scrolling effect from the header 
   image? Also, I would like to know how to stop the navbar from overlapping the
   header image. Thanks!

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

 *  [Marko Dimitrijević](https://wordpress.org/support/users/dimikjones/)
 * (@dimikjones)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-header-parallax-effect/#post-6011742)
 * Hi, to show your menu on top of page go to **Appearance > Customise > Menu** 
   and **tick checkboxes**.
 *  Thread Starter [bjarkof](https://wordpress.org/support/users/bjarkof/)
 * (@bjarkof)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-header-parallax-effect/#post-6011876)
 * Ok, that worked, thanks! But how about turning off that parallax scrolling effect
   from the image? 🙂
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-header-parallax-effect/#post-6011877)
 * You’ll need to use some custom CSS for that:
 *     ```
       .has-banner:after {
          background-attachment: scroll !important;
       }
       ```
   

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

The topic ‘Remove Header Parallax Effect’ 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/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 3 replies
 * 3 participants
 * Last reply from: [vladff](https://wordpress.org/support/users/vladff/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/remove-header-parallax-effect/#post-6011877)
 * Status: not resolved