Jump to content

[Résolu] Bouton aperçu rapide


Recommended Posts

Bonjour:

 

Je crois que ton theme gère déja cette fonctionnalité, j'ai testé la résolution 767px et l'aperçu rapide se masque;

mais si tu veux les masquer pour des résolutions aussi large (iPad ), aller dans le fichier product_list.css et rajoute cette ligne

@media screen and (max-width: 991px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }

OU

@media (min-width:768px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
Edited by S-HAMMANI (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...