Image Box Element (TagDiv Composer)

Posted in: Newspaper
Post count: 50

In the General Panel, when I set the image to have a border, the image winds up having a tint overlay. I removed the overlays in the CSS panel, but it still remains. Back in the General Panel, when I set it to “White Box”, the overlay disappears, but a little white box appears over the image.

I just want the image to load ‘as-is’. How do I do this?

Post count: 20688

Hi,

Those are the styles that are available for the image box element. One style adds a border and opacity, the other adds a white box in which a custom title can be displayed
https://demo.tagdiv.com/newspaper/image-box/
https://www.screencast.com/t/d6U8PwaMJ
You could choose the white box style and this code will remove the white box, if it is not required
https://www.screencast.com/t/axZ1AbMy

.td_block_image_box .td-custom-title {
display: none;
}

Enter it in Theme panel->Custom CSS code section.

Thanks

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