TitleColor

The parameter controls the color of product description.

  titleColor: number
  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',
    titleColor: '#d04747' 
  });

TitleColor: '#d04747' (default) TitleColor : '#383838'

titleColor:'#d04747'
titleColor:'#383838'

Last updated