Divider lines after update to Newsmag 3.0

Posted in: Newsmag
Post count: 21

Hi there,

I have an issue after updating to Newsmag 3.0. In some posts I want to hide the grey divider line that shows between columns normally.

I used to have specific CSS in place for those pages with border-left: 0; which used to do the trick but not anymore.

Please note that I only want to remove these border-lines / divider / seperation lines between the columnns. It is built up out of six 1/6 columns and thus creates 5 border lines that I want to remove.

Image:
http://screenshot.net/w2xdja5

Post count: 6535

Hi

Please provide a link where I can inspect this and get back to you with a more accurate answer.
Thanks!

Post count: 21

My site is not yet live so I have a page for you from the Newsmag Demo site.

http://demo.tagdiv.com/newsmag/grid-columns/

http://screenshot.net/enkq9hv

What I want to remove is these grey vertical lines that show in the columns.
This was possible earlier with CSS something like (replacing span2 with whatever was applicable):

.td-pb-row .td-pb-span2 { border-left: 0; }

However, after the update this does not work anymore. I can not seem to remove it.

Please help.

Post count: 6535

Hi

On our demo we use a custom code for page’s layout. This code will remove the borders from the demo page but it’s won’t work in any situation: http://pastebin.com/KYV30Ke5http://screencast.com/t/Mrhn0i9Wz1C2 You can use it as example and update it to your page.

Thanks!

Post count: 21

Thanks, this solution worked!

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