How to get rid of excerpts front page

Posted in: Newspaper
Post count: 108

Hello,

How would I go about getting rid of the excerpts under post titles on the homepage of http://www.livelovefruit.com? All of my articles have little descriptions under the titles, and I’m not sure how to get rid of those?

Thanks in advance!
Carly

Post count: 7909

Hi,

You can set excerpt length for modules/blocks from Theme Panel > Excerpts for example Block 1 use module 2 and module 3(only module 2 has content) – http://screencast.com/t/em4OoFsby0whttp://screencast.com/t/S5xDNcEi
Also you can use some blocks without excerpt: http://demo.tagdiv.com/newspaper/block-3/http://demo.tagdiv.com/newspaper/block-4-2/
You also can hide excerpt only for your homepage using custom css in Theme Panel > Custom Css: http://screencast.com/t/jr8amIOPeGH

.home .td-post-text-excerpt{
display: none !important;
}

Thanks!

Post count: 108

Amazing, works perfect! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.