#56634 closed defect (bug) (wontfix)
Twenty Eleven: Heading styles look alike
Reported by: | nidhidhandhukiya | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.0.2 |
Component: | Bundled Theme | Keywords: | |
Focuses: | css | Cc: |
Description
Steps to reproduce the issue :-
- Activate the Twenty Eleven theme.
- Choose Heading block.
- Change HEading level h1 to h6.
- You can not able to see a difference in font size proper.
I have attached video for better Understanding.
Video URL :- https://share.cleanshot.com/FIEdgd7EYwybBs8y4n9A
Attachments (3)
Change History (6)
#2
@
2 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
- Summary changed from Twenty Eleven Theme Heading block is not working proper. to Twenty Eleven: Heading styles look alike
Thanks for the patch. The blocks show the correct styles for Twenty Eleven. Levels H1 and H2 are not distinguishable, and neither are levels H4 to H6. However, the theme has been in use for more than ten years, so it's too late to differentiate the headings now.
Note: See
TracTickets for help on using
tickets.
We need to check for this issue.
If you check in h1 and h2 it will provide font size 15px.
In h3 it will give font size 10px.
In h4, h5 & h6 it will give font size 14px.
First of all it is wrong that the font size of h3 is smaller than the h4, h5 & h6 and also if the font size is same then it will not make any impact when we change the heading level.
Right now if we change the heading level it will only change the font-weight.
We need to set something so that font size is also changed by changing the heading level.