Forum Replies Created
-
In reply to: CSS Questions – Borders and Width
I’ve sorted it! Thank you kindly!
In reply to: BBPress Pulling From Single rather than Page/Index?Fantastic. Thank you.
In reply to: CSS Questions – Borders and WidthDid 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.
In reply to: CSS Questions – Borders and WidthPlace 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.
In reply to: CSS Questions – Borders and WidthThanks 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.
In reply to: Forum Not StylingNevermind. I figured it out. Was missing
<?php wp_head()?>
from the Header.php.
Now to try styling it to match my theme! 🙂