[buddypress-trac] [BuddyPress] #3435: Add class to BP Component Page Titles
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Thu Aug 4 19:24:01 UTC 2011
#3435: Add class to BP Component Page Titles
-------------------------+-----------------------------
Reporter: mercime | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.5
Severity: normal | Keywords: has-patch
-------------------------+-----------------------------
This is a proposal to add a class for the page titles of BP component
pages:
{{{
<h2 class="bp-pagetitle"> ... </h2>
<h3 class="bp-pagetitle"> ... </h3>
}}}
At present, one could only style the page titles of BP component pages
through following selectors
{{{
body.directory h3,
body.create h3,
body.create-blog h2,
body.activate h3,
body.activate h2,
body.register h2 {
background-color: #000000;
color: #ffffff;
}
}}}
However, using above method will affect all other <h2> and <h3> tags
within pages with such body classes.
Patch attach for consideration.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3435>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list