Blogs, articles et réflexions

Aucun résultat.

Retour

Cet article vous a fait réfléchir ? Partagez-le !

Recherche
/* --- MODE SOMBRE POUR LA BOUTIQUE SITE CREATOR --- */ /* 1. Rend le fond des conteneurs de produits et catégories transparent */ .shop-product, .product-item, .thumbnail, .well, .category-block, .category-description, #categoryDesc, .sc-product-item, .product-container { background-color: transparent !important; background: none !important; border: none !important; box-shadow: none !important; } /* 2. Force le texte en BLANC pour tout le contenu de la boutique */ .shop-product, .product-item, .product-title, .product-price, .product-description, .category-description, .category-title, .well p, .well span, .thumbnail p, .thumbnail span, .sc-product-item p, .sc-product-item span, .sc-product-item h1, .sc-product-item h2, .sc-product-item h3, .sc-product-item h4, .sc-product-item h5, .sc-product-item h6 { color: #ffffff !important; text-shadow: 0 1px 3px rgba(0,0,0,0.8); /* Ajoute une ombre portée pour la lisibilité sur fond variable */ } /* 3. Cas spécifique des liens (pour qu'ils restent visibles mais blancs) */ .shop-product a, .product-item a, .category-description a { color: #eeeeee !important; text-decoration: underline; } /* 4. EXCEPTION : La barre de recherche (si on l'ajoute plus tard) On la veut visible : fond blanc, texte noir */ .shop-search-container, .shop-search-container input[type="text"], .shop-search-container .form-control { background-color: #ffffff !important; color: #000000 !important; border: 1px solid #555555 !important; text-shadow: none !important; } .shop-search-container input[type="text"]::placeholder { color: #666666 !important; }