H3 as large as H2
-
In the default css settings, H3 is as large as H2. Both 3.2rem.
It looks that h3 can be a little smaller. Somewhere between 3.2 and 2.0. The 2.6 default would be fine.
(Yes, I know I can alter it in the customizer ?? ).Now in style.css in release 3.0.3:
h1 {
font-size: 4rem;
}h2 {
font-size: 3.2rem;
}h3 {
font-size: 3.2rem;
}h4 {
font-size: 2rem;
}h5 {
font-size: 1.8rem;
}h6 {
font-size: 1.6rem;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘H3 as large as H2’ is closed to new replies.