How to remove vertical sidebar divider line

Posted in: Newsmag
Post count: 28

Hi,

I added a page with background image and a form in a textbox to the website. How can I remove the sidebar divider line that runs through my image?

Post count: 35449

Hi,
Please provide me a link where I can inspect that sidebar divider line, or at list a screenshot, in this way I will be able to provide an working solution.
Thank you for your understanding!

Post count: 28
Post count: 35449

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!

Post count: 28

Thank you that worked!

Post count: 28

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.

https://dealerscope.com/

Post count: 35449

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!

Post count: 28

Hi,

Thank you, We pasted the code but the first text field still has the line going through.

Post count: 35449

HI,
Please try this code too =>
.td-pb-row .td-pb-span4:nth-last-of-type(3):after,
.td-pb-row .td-pb-span4:nth-of-type(3):after {
content: none;
}

Hope it will work!

Post count: 28

That worked. Thank you!

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