How to disable the images from the theme module

Posted in: Newspaper
Post count: 1

Hi,

I’ve buy the Newspaper Theme to use in a specific kind of project.

This project doesn’t need images in the module or block. How can i disable it?

I tryed this code for block 11, but it doesn’t works.

.td_block_11 .td-module-thumb{
display:none;
}
.td_block_11 .item-details{
margin-left:1px!important
}
.td_block_11 .td_module_10 .entry-title{
padding-left: 1px;
}
.td_block_11 .td_module_10 {
padding-bottom:5px
}

Post count: 20688

Hi,

There are a couple of blocks that do not display thumbnails by default
https://demo.tagdiv.com/newspaper/block-9/
https://demo.tagdiv.com/newspaper/block-10/
For others they could be hidden with CSS as you tried, or the actual modules could be edited and remove the thumbnail from there
https://www.screencast.com/t/cwK5bbud
Most theme blocks are intended to display thumbnails. Not displaying one may result in the block not having a proper design.

That code you mention should work however for block 11, like this
https://www.screencast.com/t/xMtlUvMPu4yz
Once entered in Theme panel->Custom CSS for example, it will affect all blocks 11.

Thanks

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