Hello all,
I need a bit help to remove the "revolution slider" on mobile, i found some solved request but got still some trouble finding the right css where put the codce. Can help pls ?
My Site: https://www.ricambiauto24.net/
Website is in progress, pw to access: checcofesso
Thx a lot.
Solved! Go to the solution
Can you share what theme you are using so I can better propose where to add the needed css?
thanks
This is an accepted solution.
So assuming you want to hide the slider up to iPad resolution, the code to do so would be:
@_media only screen and (max-width: 767px){
[data-sectionname="index_revolution"] {
display: none;
}
}
- You can add this at the end of Assets/theme.css
- You can modify the value 767px to hide the slide at a bigger or smaller screen size. With this setting the slider will be hidden at 767px screen width and below. IPad screen with is 768px
Your site is looking pretty neat by the way, I like the navigation a lot
Great that I could be of help to you!
Good luck with your store, I bet it will work as it looks very professional
User | Count |
---|---|
441 | |
197 | |
102 | |
100 | |
89 |