Edit style single post

Posted in: Newspaper
Post count: 61

In post settings, I can choose a different template, one of them are the 13 style templates. I want the “style 8” who has an image of background, but I want to modify the height of the main transparent box (on the top). I think this style template is not able to edit, isn´t it? If not, How can I get this effect in a new single post (with the TagDiv Composer), I show this image like example. I mean the background image and the transparent box, I want to this to use as a template for a saved post yet, so it has to take the image from them.

Thanks!

Post count: 35449

Hello,

Unfortunately this style/template can not be edited with tagDiv Composer, but you can change the opacity using some custom css
.td-black .td-post-template-8 .td-post-header {
background-color: rgba(0, 0, 0, 0.3);
}

-> http://prntscr.com/p9obkt

Thank you!

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