I think these are the borders the plugin is missing the ability to customize.
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
border-top: 1px solid #eee;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #eee;
}
Second question is tough for me to try to find what is causing the issue.
DId you do anything to make /forums page any different from your other pages??
Thanks for the reply Robkk.
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
border-top: 1px solid #eee;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #eee;
}
I’ve changed the hex code and added it to my style sheet but it doesn’t seem to be working. Do I want to edit the actual bbpress style directly?
Second question is tough for me to try to find what is causing the issue.
DId you do anything to make /forums page any different from your other pages??
Nope. It’s the same theme.
Place the CSS code I gave you your child themes stylesheet or in a separate custom css plugin.
The /forums page looks fine now, now it is only the single forums pages. Clear any cache to see if that could fix anything.
Place the CSS code I gave you your child themes stylesheet or in a separate custom css plugin.
Hi Rob, it is my theme’s style sheet with changed colour code and it’s not styling.
The /forums page looks fine now, now it is only the single forums pages. Clear any cache to see if that could fix anything.
The index was fine – I assume because I filled in description and it’s filled out. Specific board indexes don’t fill to 100% nor do thread pages without much written in the posts.
Hi Rob, it is my theme’s style sheet with changed colour code and it’s not styling.
Did you try adding !important to see if that would work??
The index was fine – I assume because I filled in description and it’s filled out. Specific board indexes don’t fill to 100% nor do thread pages without much written in the posts.
Yes. Sorry my mistake. It might be that bbPress is inheriting different templates for archive and single pages. Try to check that by installing the What the File plugin and see what template is being inherited from the forum archive and single topic pages and see if it is different.
Did you try adding !important to see if that would work??
I didn’t. But that’s worked perfectly. Thanks.
Going to check out What the File shortly.
I’ve sorted it! Thank you kindly!
Glad you resolved your own issue. 🙂