After updating theme to 3.1

Posted in: Newsmag
Post count: 46

Hi,

After updating theme to 3.1, the plugin list no longer shows up. It loads and brings up a blank page..

Also, can i get the css to remove the posts borders on the left and right.. What worked in the previous version doesn’t work with this version.

Post count: 46

okay, fixed the plugin aspect..

Kindly provide the css code, thanks

Post count: 6535

HI

Try this css:

.single .td-pb-row [class*="td-pb-span"]{
border-color: white;
}
.single .td-container-border:after,
.single .td-main-content:before, .single .td-main-sidebar:before{
background-color: white;
}

Thanks!

Post count: 46

the left border didn’t go off…

Thanks

Post count: 6535

Hi

Please provide your site url so I can have a closer look.
Thanks!

Post count: 46
Post count: 6535

Hi

Replace the previous css with this one, it should work fine: http://screencast.com/t/GMAxYvpsPLvY

.single .td-pb-row [class*="td-pb-span"]{
border-color: white;
}
.single .td-container-border:before,
.single .td-container-border:after,
.single .td-main-content:before, .single .td-main-sidebar:before{
background-color: white;
}

Thanks!

Post count: 46

Thanks

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