PriceColor
The parameter manages price color.
priceColor: stringpriceColor
ProductSlider({
apiKey: 'SNGbv8bSovxeDDDAXMS4Qm-ncTd8LOfORRVe0pdPkTk6o-jbu9',
backgroundURL: 'https://your-domain.com/url-address-of-the-image.jpg',
sliderType: 1,
sliderPerView: {
1200: 5,
992: 3,
768: 2,
320: 1.5,
},
enablePreview: true,
enableAutoHover: true,
rootID: 'printlean',
priceColor: '#FFA500'
});

ProductSlider({
apiKey: 'SNGbv8bSovxeDDDAXMS4Qm-ncTd8LOfORRVe0pdPkTk6o-jbu9',
backgroundURL: 'https://your-domain.com/url-address-of-the-image.jpg',
sliderType: 1,
sliderPerView: {
1200: 5,
992: 3,
768: 2,
320: 1.5,
},
enablePreview: true,
enableAutoHover: true,
rootID: 'printlean',
priceColor: '#dddddd'
});Last updated