I’m not a developer, but I’m trying to debug.
I see in my Chrome web developer tools, when I change the css value of
media=”all”
.spb_parallax_asset {
…
overflow:hidden;
…
}
into
media=”all”
.spb_parallax_asset {
…
overflow:visible;
…
}
When I do the above, the parallax image and text appear.
I already tried to use an additional class (to avoid needing to change one of the core CSS files) and also tried to change the core css file, but I’m not able to get this working.
Is this CSS class changed during page load through .js or so?
Any ideas how to solve this issue?
Many thanks,
Steven.