Forum Replies Created
-
In reply to: How to change topics layout?
Hi,
I got the below information from http://forum.wpbeaverbuilder.com/ this site .You’ll want to check the bbPress codex for that. Check the link below for more info.
https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/In reply to: How to change Page NumbersI think this could work try this code, may be it works.
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-topic #bbpress-forums {
margin-top: 0;
}
2- They do not show up on the bottom by default. If you would like to show, please add following code to Functions.php file in Appearance > Editoradd_action( ‘bbp_template_after_single_topic’,’bbp_bottom_pagination’ );
function bbp_bottom_pagination() {
$output = bbp_get_template_part( ‘pagination’, ‘replies’ );
return $output;
}In reply to: Editing the Post Edit StyleHi, even I was with the same problem thanks for your solution
In reply to: Text backgroundI don’t think so since its black background in that black text space wont be visible ..