Hi,
I think that you are referring to this line -> https://i.imgur.com/GDXooJX.png please try this custom css -> https://i.imgur.com/E4TEHA8.png
.page-id-2659 .td-pb-row .wpb_column:before {
content: none;
}
This code need to be set in theme panel> custom code> custom css.
Hope it will help you!
Hi, We have the same problem again. I just created three text boxes to add self hosted videos to the home page. All three text boxes have a vertical divider running through my assets. Below is the link, the videos are on the home page midsection main content.
Please advice.
Hi,
If you are referring on this https://i.imgur.com/P7e46pO.png those are from videos.
If you refer on this https://i.imgur.com/5KZrGqd.png then is a css Try this custom css
.page-id-35 .td-pb-row .tdc-inner-column.td-pb-span6 {
border-left: 0;
}
.page-id-35 .td-pb-row .wpb_column:before {
content: none;
}
Hope this will help!