It’s a section to display customer testimonials. This section is based on a tiles pattern.
Component files
๐ React
๐ src/components/sections/Testimonial.js
๐ Vue
๐ src/components/sections/Testimonial.vue
Theming
Style is defined into 3 files:
๐ Core file
src/assets/scss/core/sections/_testimonial.scss
๐๐ซ Don’t edit this file!
๐ Settings file
src/assets/scss/settings/sections/_testimonial.scss
๐ Use this to adjust Sass variables
๐ Theme file
src/assets/scss/theme/sections/_testimonial.scss
๐ Use this to add custom CSS
Learn more about the Sass logic behind each template.