Support › Forums › Sunshine Pro Theme › Increase Font size in text and H* › Reply To: Increase Font size in text and H*
September 24, 2016 at 1:25 pm
#1323
Moderator
1. Open style.css file of the theme.
2. Then edit font values in the following code.
h1 {
font-size: 36px;
font-size: 3.6rem;
}
h2 {
font-size: 30px;
font-size: 3rem;
}
h3 {
font-size: 24px;
font-size: 2.4rem;
}
h4 {
font-size: 20px;
font-size: 2rem;
}
h5 {
font-size: 18px;
font-size: 1.8rem;
}
h6 {
font-size: 16px;
font-size: 1.6rem;
}