Head
-
I looked in a lot of template files and try to delete the organge rounded (see picture) area but without any success.
Could someone please tell me in what template file I can remove the area?I try it also here:
<?php ############################################################################################################################ ?> <?php do_action( 'bbp_template_before_topics_loop' ); ?> <ul id="bbp-forum-<?php bbp_forum_id(); ?>" class="bbp-topics" style="clear: right;"> <li class="bbp-body"> <?php while ( bbp_topics() ) : bbp_the_topic(); ?> <?php //bbp_get_template_part( 'loop', 'single-topic' ); ?> <?php ############################################################################################################################ ?>
- You must be logged in to reply to this topic.