Hello Michael,
Thanks for writing in today.
Yes, it is possible to disable the parallax effect in Supreme Directory child theme by customizing your style.
Each page type has a CSS body class, so you can target this as needed:
This is the main CSS that makes it work:
.featured-img {
background-position: 50% 50% !important;
}
This is targeted at the single page for a gd_place:
.single-gd_place .featured-img {
background-position: 50% 50% !important;
}
This is targeted more widely at any CPT for a single page:
.single .featured-img {
background-position: 50% 50% !important;
}
For more information about customizing your style as well as how to add custom CSS to your site, please see the related links below.
Links
https://wpgeodirectory.com/docs/customizing-your-style/
https://wpgeodirectory.com/docs/common-styling-examples/
Hope that helps 🙂
Alex
Automatic Updates are Awesome! Get yours setup today!
GD Experts help site owners reach their goals faster