– Custom CSS Class
Style particular content element differently – add a class name and refer to it in custom CSS
– Title
– Title Tag
– Color
– Margin (px or %)
Insert margin in format: top right bottom left (e.g. 10px 5px 10px 5px)
– Font Family
– Font Size (px or em)
– Line Height (px or em)
– Font Weight
- Default
- 100 Thin
- 200 Thin-Light
- 300 Light
- 400 Normal
- 500 Medium
- 600 Semi-Bold
- 700 Bold
- 800 Extra-Bold
- 900 Ultra-Bold
– Font Style
- Default
- Normal
- Italic
- Oblique
- Initial
- Inherit
– Letter Spacing (px or em)
– Text Transform
- Default
- None
- Capitalize
- Uppercase
- Lowercase
- Initial
- Inherit
– Text Decoration
- Default
- None
- Underline
- Overline
- Line-Through
- Initial
- Inherit
– Text Align
- Default
- Left
- Center
- Right
- Justify
– Responsive Font Size (px or em) and Line Height (px or em) options
Options which allows you to set responsive text values for:
- Laptops screen size (1440px screen width and lower)
- Small Laptops screen size (1366px screen width and lower)
- Mac screen size (1280px screen width and lower)
- Tablet Landscape screen size (1024px screen width and lower)
- Tablet Portrait screen size (768px screen width and lower)
- Mobiles screen size (680px screen width and lower)