Design changes in a block

Posted in: Newspaper
Post count: 204

Hello, I’m working on Block 2 and have three questions about the design of this block.
1. Is it possible to make the Header pattern larger to display an image I want?
2. Is it possible to make the Block title a little larger?
3. Can I change the text color of the Excerpt length and the date?
A screenshot is attached.
https://new.radiomarcabarcelona.com/capture/block-2.png
https://new.radiomarcabarcelona.com

Thank you very much for your work.

Post count: 35449

Hi,
The classic blocks have only a few options. If you need to have control over each option of a block, then please try the flex block 1; this one can be edited as you want.
1. It can be done only with css, the classes for the element are:
.td_block_template_7 .td-block-title:before {
// your css here
}

2. What you can try are the style options in especially the line-height – https://i.imgur.com/m7u1oQ8.png
3. For block 2 what can be done is to use some custom css for the excerpt and date color, for excerpt length, you can use the options from the block – https://i.imgur.com/DSgZQsA.png
.td_block_2 .td-post-date {
color: red;
}
.td_block_2 .td-excerpt {
color: darkgreen;
}

Thank you!

Post count: 204

Okay, Calin, your help has been helpful. Thread closed. Thanks for your work.

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