Home2
Background Color
2nd. Background Color
3rd. Background Color
H1 Heading – XL Size
H2 Heading – L Size
H3 Heading – MD Size
H4 Heading – MD Size
H5 Heading – SM Size
H6 Heading – SM Size
I’m a regular text paragraph, enjoy me… Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.
This is regular body text (paragraph) and here is a link
Subtle Background Color
Lighter Background Color
H1 Line Height Check
please make your adjustments
H2 Line Height Check
please make your adjustments
H3 Line Height Check
please make your adjustments
H4 Line Height Check
please make your adjustments
H5 Line Height Check
please make your adjustments
H6 Line Height Check
please make your adjustments
Kadence default clamp values for t-shirt sizes:
:root {
--global-kb-font-size-sm: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);
--global-kb-font-size-md: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);
--global-kb-font-size-lg: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);
--global-kb-font-size-xl: clamp(2.25rem, 1.728rem + 1.63vw, 3rem);
--global-kb-font-size-xxl: clamp(2.5rem, 1.456rem + 3.26vw, 4rem);
--global-kb-font-size-xxxl: clamp(2.75rem, 0.489rem + 7.065vw, 6rem);
}
SM –global-kb-font-size-sm
MD –global-kb-font-size-md
LG –global-kb-font-size-lg
XL –global-kb-font-size-xl
2XL –global-kb-font-size-xxl
3XL –global-kb-font-size-xxxl
Font-size / line-height suggestions:
selector {
font-size: var(--global-kb-font-size-xxxl);
line-height: 1.9ex;
}
selector {
font-size: var(--global-kb-font-size-xxl);
line-height: 2ex;
}
selector {
font-size: var(--global-kb-font-size-xl);
line-height: 2.1ex;
}
selector {
font-size: var(--global-kb-font-size-lg);
line-height: 2.2ex;
}
selector {
font-size: var(--global-kb-font-size-md);
line-height: 2.3ex;
}
selector {
font-size: var(--global-kb-font-size-sm);
line-height: 2.4ex;
}
Content Max Width