How to only show title and no excerpt in Block 13

Posted in: Newspaper
Post count: 3

Hi,
love the theme so far.
Still setting up my site though.

I do have a question about the blocks in visual builder:
I want to show a full row image with no exzerpt. I know there is the first post of Block 18 but I really want the white box under the text like in Block 13. Block 13 though shows the beginning of the article text which I do not want to show at all.

Is there any solution for this?

Post count: 7909

Hi,

Module 14 was used to create block 13, but it is also used on block 20. A solution is to set excerpt length to 1 in Theme Panel >Excerpt section – http://screencast.com/t/6EcGizLxhttp://screencast.com/t/W32hBdcq but this will be applied also on block 20.
You can hide excerpt only for block 13 via custom css in Theme Panel > Custom Css – http://screencast.com/t/jl03pSLICX

.td_block_13 .td-excerpt {
display: none;
}

Thanks!

Post count: 3

Thank you very much the css code worked like a charm!

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