Make WordPress Core

Opened 22 months ago

Last modified 21 months ago

#53884 new defect (bug)

Twenty Twenty: Title Losing Format on BuddyPress Pages

Reported by: deborah86's profile deborah86 Owned by:
Milestone: Awaiting Review 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 (5)

#1 @sabernhardt
21 months 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.

Note: See TracTickets for help on using tickets.