Remove main borders (without removing all)

Posted in: Newsmag
Post count: 3

Hi. Is it possible to just remove the main borders (outside and dividers)? If I change grid line color to white then all lines disappear (eg lines separating share buttons, author box, related articles, etc).

Thanks

Post count: 7909

Hi,

There is an option for blocks in settings: http://screencast.com/t/2I1FhAvKUOYN
Also you can find more in our documentation: https://forum.tagdiv.com/layout-border-missing-or-removing/

But I think that it is not what you mean, so for example if you want to change border color for sidebar: http://screencast.com/t/zoX4NPFK You have to inspect and change it with css code: http://screencast.com/t/0M04Yg27Alf

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

You have to inspect individually all widgets to change border color: http://screencast.com/t/Xv05pZKx9mG

Hope this helps!

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