Make WordPress Core

Opened 3 years ago

Closed 4 months ago

#53884 closed defect (bug) (invalid)

Twenty Twenty: Title Losing Format on BuddyPress Pages

Reported by: deborah86's profile deborah86 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

Change History (6)

#1 @sabernhardt
3 years ago

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 alignwide class along with entry-header on the header element, so these styles do not apply there. Twenty Ten does not use the article element.

#2 @sabernhardt
4 months 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.