Opened 5 years ago
Closed 2 years ago
#53884 closed defect (bug) (invalid)
Twenty Twenty: Title Losing Format on BuddyPress Pages
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.8 |
| Component: | Bundled Theme | Keywords: | |
| Focuses: | css | Cc: |
Description
The page title loses its format on BuddyPress pages.
- Members
- Activity
- Groups
Attachments (4)
Change History (6)
#2
@
2 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
I added a comment to
https://buddypress.trac.wordpress.org/ticket/8301
Discussion can continue there, and it might be appropriate in a separate BuddyPress ticket too.
Note: See
TracTickets for help on using
tickets.
I think this report belongs on BuddyPress Trac. When using any bundled theme from Twenty Eleven to Twenty Twenty (plus themes we do not control), the following CSS rules for the BuddyPress Nouveau Template Pack make heading styles inconsistent with other pages:
body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .entry-title { font-size: 28px; font-weight: inherit; color: #767676; } @media screen and (min-width: 46.8em) { body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .entry-title { font-size: 34px; } }Twenty Twenty-One has an
alignwideclass along withentry-headeron theheaderelement, so these styles do not apply there. Twenty Ten does not use thearticleelement.