Reduce Block 23 Image

Posted in: Newspaper
Post count: 186

Please support,

1. How do reduce the image of block 23

2. Increase the font size of the title

3. Remove date on the title

4. Increase the font size of the excerpt

5. Remove read more

Post count: 20688

Hi,

1. Block 23 (module 18) will display a predefined thumbnail size as all blocks do
https://www.screencast.com/t/lh9L5tBef
An exception would be the flex block in which you can select from 3 sizes at the moment. You could choose a different block which uses a smaller thumbnail size if needed.

2. That can be done in general in the theme panel, for the module you choose
https://www.screencast.com/t/4DM4y0kGr6
Or by each block individually in the composer
https://www.screencast.com/t/X4AIKKR3JDST

3. That can be done in the theme panel
https://www.screencast.com/t/Kcx7r44bNX

4. That can be done in general – https://www.screencast.com/t/dlyjHuQC
Or by block module – https://www.screencast.com/t/GTuSpDkKtld

5. The Read more cannot be removed, it is a feature of that block module. You could either remove it from the code, for the module the block uses
https://www.screencast.com/t/VxN6i0LKz
Or use CSS code in Theme panel->Custom CSS section

.td_block_23 .td_module_18 .td-read-more {
display: none;
}

Thanks

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