[wp-trac] [WordPress Trac] #53884: Twenty Twenty: Title Losing Format on BuddyPress Pages
    WordPress Trac 
    noreply at wordpress.org
       
    Sat Sep 25 08:57:09 UTC 2021
    
    
  
#53884: Twenty Twenty: Title Losing Format on BuddyPress Pages
---------------------------+------------------------------
 Reporter:  deborah86      |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  5.8
 Severity:  normal         |  Resolution:
 Keywords:                 |     Focuses:  css
---------------------------+------------------------------
Comment (by sabernhardt):
 I think this report belongs on
 [https://buddypress.trac.wordpress.org/newticket 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.
-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53884#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list