Remove article content on block 2

Posted in: Newspaper
Post count: 11

Hello, is it possible to remove the article text below the first article on box 2 – 1 column layout on a specific page? Specifically the text that starts with “The model is”

http://www.screencast.com/t/2Km4FfBYj

Thank you!
John

Post count: 11

I found a workaround on this by combining blocks 3 and 7. I am still curious how to do this as I may use this on other blocks. Thank you!

Post count: 6535

HI

You can try this css in theme panel > custom code > custom css:

.page-id-123 .td_block_2 .td-excerpt{
display: none!important;
}

Just add the page id in css class and it should work fine: http://screencast.com/t/tEB8AEJo
Let me know how it goes.
Thanks!

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