header for blocks

Posted in: Newspaper
Post count: 58

How can I add image in header (block).

Post count: 35449

Hi,

If I understand correctly you want to add image in header of blocks -> https://i.imgur.com/xC39xpk.png unfortunately this is not possible with our theme, sorry for the inconvenience!

Thank you for your understanding!

Post count: 58

no problem, but is there any css code to change shape of header of blocks,,, i Mean rectangle to trapezoid, or any custome shape.

Post count: 35449

Hi,

If you want you can use some header templates using tagDiv Composer -> https://i.imgur.com/kxxOVkI.png also if you want you can try this custom css -> https://i.imgur.com/Cwl4zRn.png
.td_block_template_1 .block-title {
background: red;
transform: perspective(10px) rotateX(1deg);
}

Please notice that the code will apply only on header blocks style 1, also the ocde need to be set in theme panel > custom code > custom css

Hope this will help you!
Thank you!

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