Remove Border

Posted in: Newsmag
Post count: 23

Hello,
how to remove this border?

https://ibb.co/jLY4CTB
I have set border style: none and white color but they are always visible

Post count: 35449

Hi,
This can be done only if you use custom css -> https://i.imgur.com/M58FMmq.jpg
Please try this code
.td-container-border,
.td-container,
.td-pb-border-top,
.td-pb-row [class*=td-pb-span],
.td-container-border:after,
.td-next-prev-separator,
.td-container .td-pb-row .wpb_column:before,
.td-container-border:before {
border: none;
}

Set the code in theme panel> custom code> custom css.
Hope it will help you!

Post count: 23

Hi,
I have tested the code but not working.

Post count: 35449

Hi,
If the code is not working, please provide a link to your website to inspect what code need to be use to apply on your website.
Thank you!

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