issue with border of image and blocks

Posted in: Newspaper
Post count: 43

how to remove the black border of image and blocks which are shown in below images link

https://imgur.com/gallery/j2ElXtC

https://imgur.com/gallery/iCfNayF

https://imgur.com/gallery/hAOnCVf

Post count: 35449

Hi,

Usually this border is set by some plugins, but you can remove it using a custom css, if you need help with this, just provide me a link and I will provide a code that can remove the border.

Thank you!

Post count: 43
Post count: 35449

Hi,

Please try this custom css to remove the borders -> https://i.imgur.com/QfNRJ4i.jpg
body .post .td_block_wrap .wp-block-image.is-resized {
border: 0;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

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