Prestashop
Display selected attribute color name on Prestashop for Warehouse theme
Source: https://mypresta.eu/prestashop-17/show-selected-color-attribute-name.html Modification of custom.css File is located in this directory: themes/warehouse/assets/css/custom.css (if you use different theme than « classic » theme – open your theme directory instead). At the end of this file paste code attached below:
1 2 3 4 5 6 |
.ColorLabel:after { display:inline-block; content: ': ' attr(data-after); margin-left:5px; font-weight:bold; } |
Modification of custom.js File is located in this directory: themes/warehouse/assets/js/custom.js (the same as Lire la suite…