hmmm…. could be simple or very hard, what do you want to change?
I would like to use different colours, so the new forum does not look like the other ones. Maybe css somewhere?
Regards Rita
ok, so you need to find the forum id no.
go into dashboard>all forums>forums>edit forum and when you click in that you will see the url at the top of your browser says
wp-admin/post.php?post=2927&action=edit
so ‘2927’ is the forum ID in the above example
Then use the style crib here
https://codex.bbpress.org/bbpress-styling-crib/
and replace
#bbpress-forums
with
#post-2927
in each case eg
#post-2927 .bbp-topic-title {
font-size: 20px;
}
-
This reply was modified 4 years, 3 months ago by
Robin W.
-
This reply was modified 4 years, 3 months ago by
Robin W.