Do you want to disable post headers ( Topic and RE: ) ?
just go to style\Oxygen\Oxygen.min.css
go to line : 2629
find out :
.post-entry .entry-title{
text-indent: 0;
visibility: visible;
font-size: 1.2em;
line-height: 1.2;
font-weight: bold;
position: static;
}
add Display:none ;
like this
.post-entry .entry-title{
text-indent: 0;
visibility: visible;
font-size: 1.2em;
line-height: 1.2;
font-weight: bold;
position: static;
display:none;
}
Just like this , but PanBB.RU wrote a great plugin for this
Thank You PanBB.Ru