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