Hide excerpt in Block 8

Posted in: Newspaper
Post count: 80

Hi,
How can I hide the excerpts of the first block of my page? Is the Block 8.
I tried to change the td_module_8 file without success.

Post count: 6600

Hi,

I believe you were referring to module8 -> block9 not block8 as I couldn’t find any block8 on your homepage so for the excerpt of block 9 you can use this css to hide it on your homepage: http://screencast.com/t/7XtvVTm2vSD

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

Thanks

Post count: 80

Thanks @Lucian

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