Hi @KetanKumar
is it possible to implement the parallax effect for section image-bar?
Also just for desktop version.
Thanks in advance.
Greetings
Nicolas
Welcome to the Shopify community!
and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Thanks for
make sure the parallax effect work on the desktop some mobile design doesn't support and proper work
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 750px) {
.image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
background-attachment: fixed;
background-position: center !important;
}
}
User | Count |
---|---|
449 | |
210 | |
105 | |
90 | |
87 |