Quote from: Diego Andrés on Today at 07:30:32 PMYes it's possible with css.
body.board_{board_id} .information,
body.board_{board_id} .navigate_section, body.board_{board_id} .pagesection, body.board_{board_id} #main_content_section .pagesection, body.board_{board_id} #messageindex {
display: none;
}
Quote from: DeadMan... on Today at 07:23:35 PMI'd like to know if it can be done?
Hopefully via css.
I've tried to display:none some parts, but it would not work.
body.board_{board_id} #main_content_section,
body.board_{board_id} .navigate_section {
display: none;
}
Quote from: Kindred on Today at 07:20:42 PMIt's not a bug
The forum is behaving exactly as designed and as set up