Remove column border

Posted in: Newsmag
Post count: 21

Hi!

I can’t find a way to remove column borders. I’ve tried the method described here: https://forum.tagdiv.com/layout-border-missing-or-removing/, but it’s not working. Also tried to set border color to white but it won’t get saved.

Some screenshots of the page: http://prnt.sc/cp75go http://prnt.sc/cp75ni

Post count: 6535

Hi

You can try to set a white color for all borders from theme panel > theme colors: http://screencast.com/t/rrh8OuwM
IF you want to remove the borders only from a specific page provide your site url so I can have a closer look and get back to you with a more accurate answer.

Thanks!

Post count: 21

Thanks for your reply.

Unfortunately, I just want to remove borders on this specific page.

http://handbollskanalen.se/wiki/handbollsligan/ pw: hbl

BR

Post count: 6535

Hi

Try this css in theme panel > custom cod > custom css: http://screencast.com/t/EMBKbVlw5AZ9

.page-id-24423 .td-pb-row [class*="td-pb-span"]{
border-left: 0;
}
.page-id-24423 .td-pb-row .wpb_column:before{
background-color: white;
}

Thanks!

Post count: 21

That did work! Thank you very much.

Trying to implement the same technique for this part of the page: http://prnt.sc/cpo3sc but I don’t understand the logic.

How should I think? 🙂

Post count: 6535

Hi

Try this code: http://screencast.com/t/1YcpqDwT

.page-id-24423 .vc_col-has-fill .td-pb-row .wpb_column:before,
.page-id-24423 .vc_col-has-fill .td-pb-row .td-pb-span4:nth-of-type(3):after{
background-color: black!important;
}

Thanks!

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