I want to remove the post title on some of my pages (specifically the "Content + small title ones), if I add the following in "Quick css" I can make the title disappear:
#top .post-title {
display: none;
}
Unfortunately this will also make the titles on my blog posts disappear.
I thought that maybe I could create a new template, but the with framework being used with flashlight it seems things are not as simple as that.
Any help would be greatly appreciated.














