Heading (1-6) is minimized (not showing up)
-
The Codex theme seems to add some very strange CSS rules for h1 to h6 that make all the titles invisible (except Site/Page title). They appear as inline styles in the browser. Why is that?
I now have to write an extra rule for fixing this (eg. h2{font-size:2em;}). It’s really annoying to need to do this to such basic rules.h1 {
font-size: 0.0233em;
}
h2 {
font-size: 0.0206em;
}
h3 {
font-size: 0.0179em;
}
h4 {
font-size: 0.0152em;
}
h5 {
font-size: 0.0125em;
}
h6 {
font-size: 0.0098em;
}- This topic was modified 4 years, 10 months ago by .
- This topic was modified 4 years, 10 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Heading (1-6) is minimized (not showing up)’ is closed to new replies.