This topic has 5 replies, 2 voices, and was last updated 1 years, 2 months ago ago by ProdbyDaan
Hello Team,
is it possible to disable only a part of Filter on Mobile? With CSS or something else?
On Mobile, I want to disable this filter, but ONLY on Mobile.
https://prnt.sc/uW-C5e5eNiBr
I tried it with the following CSS, but it looks like it don’t work.
@media only screen and (max-width: 767px){
.filter-wrap .filter-content > :last-child {
display: none !important;
}
}
and with
.products-per-page {
display: none !important;
}
Hello, ProdbyDaan,
Thank you for contacting us and for using XStore.
Please try to add the next code in Theme Options > Theme custom CSS > Mobile:
.filter-wrap .products-per-page {
display: none !important;
}
Do not forget to clear cache of your browser on mobile.
Kind Regards,
8theme team
Hey, unfortunately it doesn’t worked 🙁
Hello, ProdbyDaan,
We appreciate your prompt response.
As we can see, the code works for a user logged as admin – https://prnt.sc/ia0pnnudO4ly
Please clear CDN cache.
Kind Regards,
8theme team
Okay worked know 😀
Thank you very much Rose! 🙂
The issue related to '‘Disable only a part off Filters on Mobile view’' has been successfully resolved, and the topic is now closed for further responses