Quote:
Originally Posted by chloe101
I hope this can be fixed because I love this theme however, I've noticed a small problem with post titles. Many of my users use the advanced editor and fill out the title field before writing a post. In the threaded and hybrid views, both the title and the text in the post show but when you switch to the flat view, the title text gets stripped. Attached are two snapshots. One is how it should be using a different skin and the second shows the title stripped in flat view using Modern. I hope this isn't a big thing to fix because I really love this theme. And I really hope this isn't an embarrassing problem one of my customizations caused. If so, I apologize in advance.
|
Hello Chloe!
Open the "additional.css" template for this style, and locate the selector:
HTML Code:
.postbit .posttitle, .postbitlegacy .title{
display: none;
}
Now, to get the post titles to display, simply comment that out, like so:
HTML Code:
/*.postbit .posttitle, .postbitlegacy .title{
display: none;
}*/
Now your post titles should display.