Commenting out the Title of a PrestaBlog List
To hide the title of Prestablog list put this css in the Advanced Section of the Shortcode widget that is displaying the PrestaBlog List
.prestablog .title {
display: none;
}

- Hits: 8
To hide the title of Prestablog list put this css in the Advanced Section of the Shortcode widget that is displaying the PrestaBlog List
.prestablog .title {
display: none;
}

This tutorial show you how to make a Prestablog List and then how to display it using a template hook.