Peter.31 Posted November 3, 2022 Share Posted November 3, 2022 Can anyone tell me how to remove the product quick preview on a mobile device? PrestaShop 1.7.8.5. Link to comment Share on other sites More sharing options...
CinqEuros Posted November 7, 2022 Share Posted November 7, 2022 Hello, You could hide it using CSS with a @media query that apply the rule to mobile devices only. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 9, 2022 Share Posted November 9, 2022 Veuillez ajouter le CSS ci-dessous dans : theme/yourtheme/assets/css/cstom.css Quote @media only screen and (max-device-width: 480px){ .js-product .highlighted-informations{ display:none; } } Link to comment Share on other sites More sharing options...
Peter.31 Posted November 11, 2022 Author Share Posted November 11, 2022 I managed to solve the problem in the custom.css file 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now