It’s a section to display a tagline with a CTA (call-to-action) button.
Component files
๐ React
๐ src/components/sections/Cta.js
๐ Vue
๐ src/components/sections/Cta.vue
Theming
Style is defined into 3 files:
๐ Core file
src/assets/scss/core/sections/_cta.scss
๐๐ซ Don’t edit this file!
๐ Settings file
src/assets/scss/settings/sections/_cta.scss
๐ Use this to adjust Sass variables
๐ Theme file
src/assets/scss/theme/sections/_cta.scss
๐ย Use this to add custom CSS
Learn more about the Sass logic behind each template.