Classic Parallax in Pro

Is there a way to use the parallax feature as it works in a classic section in a standard pro section (ex. with a fixed image). I’m currently using a classic section but they don’t work well with the newest Pro version

Hello Katie,

To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Hello Katie,

Your issue is related to this thread:

Therefore, to resolved your issue, you will need to add a custom CSS and use this code to make it work for the classic section.

.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
  background-attachment: fixed !important; 
  background-position: top center !important;
}

Please check your page now.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.