Hi,
I found workaround, but this removes this scrolling effect in header.
I added at the end of css file such line:
.parallax-bg-container { background-image: url(“https://xxx/wp-content/themes/pixova-lite/layout/images/header-bg.jpg”); }
where xxx is your webpage address.
EDIT: Fixing scrolling effect:
.parallax-bg-container {
background-image: url(“https://xxx/wp-content/themes/pixova-lite/layout/images/header-bg.jpg”);
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}
I can only test it on IE11. Let me know how this is working for you.
-
This reply was modified 8 years, 2 months ago by frees.