Create a new Article Display View

Posted in: Newspaper
Post count: 14

Hi there –

One of the categories we’ve set up requires a new Article Display View – one with no photos. How do I create a version of either “M10” or “M6” with no photos?

Thanks,

Post count: 23312

Hello mikegiam,

If you want to rule out the thumbs for images for module M10 and module M6 you can use a bit of CSS code to hide it.

For module M6 use this code ->

.td_module_6 .td-module-thumb {
display:none;
}

The result -> http://screencast.com/t/8LWpVHOT

For module M10 use this code ->

.td_module_10 .td-module-thumb {
display:none;
}

The result -> http://screencast.com/t/cIkHwk1SUXt

Thanks.

Post count: 14

Thanks for your response. Can you tell me exactly where to place this CSS code? I’ve tried several different locations but either there is no effect or the thumbnails disappear from the homepage.

Thanks in advance for your help.

Mike

Post count: 22421

Hi,

The css code needs to be added in the them panel inside the custom css box: http://screencast.com/t/OLPY0x73

Thank you!

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