Remove all layout borders

Posted in: Newsmag
Post count: 29

I don’t want to have to go through and remove all the layout borders for every single block. Unless I have to. Is there a way to remove ALL the layout borders? I didn’t pay close enough attention when I bought the theme to notice those, apparently. I’d like to remove them if possible.

Post count: 7909

Hi,

You can try this css to color border(removing border may brake the grid), but it will change the color of border between sidebar and latest articles: http://screencast.com/t/7KRNXDbwCQPzhttp://screencast.com/t/9XNOe4KpqZ

.td-pb-border-top{
border-color: white;
}
.td-pb-row [class*="td-pb-span"]{
border-color: white;
}

Also if you use page template with Latest Articles, maybe you want to color container border: http://screencast.com/t/DCquwnMP6

.td-container{
border-color: white;
}

Hope this helps!

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