Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/17/2017 07:26:55 AM (8 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat: Improved Twenty Seventeen support:

  • Add supplemental bbpress-wrapper class to #bbpress-forums div elements
  • Remove box-shadow styling form bbPress's entry-content section links
  • Provides middle-of-the-road targeting of bbPress template content, for complex styling relationships where ID's may be too powerful and classes may not have existed previously
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/extras/page-topic-tags.php

    r5770 r6253  
    2222                <?php get_the_content() ? the_content() : wpautop( esc_html__( 'This is a collection of tags that are currently popular on our forums.', 'bbpress' ) ); ?>
    2323
    24                 <div id="bbpress-forums">
     24                <div id="bbpress-forums" class="bbpress-wrapper">
    2525
    2626                    <?php bbp_breadcrumb(); ?>
Note: See TracChangeset for help on using the changeset viewer.