Opened 6 weeks ago
Last modified 6 weeks ago
#52028 new defect (bug)
Twenty Fifteen: H5 and H6 headings have the same font size
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Bundled Theme | Keywords: | good-first-bug has-patch needs-testing |
Focuses: | css | Cc: |
Description
This was originally reported by a user via the report button in the theme directory:
there is one 'elements' issue, namely, Header 6.
When using Header 6, it appears to be as the same size with Header 5 (both same size?)
-Confirmed that both H5 and H6 headings have a default font size of 17px.
Headings should be styled to indicate their importance, where a lower heading level has a smaller size.
Because the default paragraph font size is also 17px, a solution would be to increase
the font size of the H5 heading.
Attachments (2)
Change History (4)
#2
@
6 weeks ago
- Version changed from 5.6 to 4.1
The styling in the theme was introduced in 4.1 in this commit.
Note: See
TracTickets for help on using
tickets.
I added h5's font size is 18px. let me know if any changes.