Grey lines removal

Posted in: Newsmag
Post count: 136

Hi,
How can I remove the 2 grey vertical lines between the video boxes?
http://smallcaps.com.au/interviews/

Thanks

Post count: 6535

HI

Try this css in theme panel > custom code > custom css:

.page-id-22 .td-pb-row .td-pb-span4:nth-of-type(3):after{
background-color: #ffffff;
}
.page-id-22 .td-pb-row [class*="td-pb-span"] {
border-color: white!important;
}

Thanks!

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