Categories

Featured templates

WordPress Cherry 3.x. How to make parallax background image static/without scrolling effect

Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial will show you how to make parallax background image static (without scrolling effect) in WordPress.

WordPress Cherry 3.x. How to make parallax background image static/without scrolling effect

In case you have Parallax background on your website, you may not like the effect it has on scrolling. There is a simple way you can disable this effect with a CSS rule.

In order to make parallax background image static, you need to do the following:

  1. Inspect the parallax background with Firebug Developer Tool for Mozilla Firefox (or any other Developer Tool of your choice):

    wordpress_how_to_make_parallax_background_image_static_without_scrollling_effect-1

  2. Find the selector that can be used to assign rules to parallax background. In our case this is:

    .parallax-bg-inner

    Copy the selector to any code editor for your further reference:

    wordpress_how_to_make_parallax_background_image_static_without_scrollling_effect-2

  3. Log into WordPress admin panel and go to Appearance -> Editor tab. Open style.css file and add the following rule at the end of the document:

    			.parallax-bg-inner{
    			position: static !important;
    			} 
    		

    wordpress_how_to_make_parallax_background_image_static_without_scrollling_effect-3

  4. Save changes and refresh your website.

You will see that parallax background is now static and does not change when you scroll down the page.

Now you know how to make parallax background image static (without scrolling effect).

Feel free to check the detailed video tutorial below:

WordPress Cherry 3.x. How to make parallax background image static/without scrolling effect

Top Wordpress Templates
This entry was posted in WordPress Tutorials and tagged background, effect, image, parallax, scrolling, static, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket