Removing Border

Posted in: Newsmag
Post count: 7

Hi!

Tell me how to remove top border in Post Page and left side border in Category and Pages

Post https://www.dropbox.com/s/cvr4zbri07oukpm/Post.png?dl=0
Category https://www.dropbox.com/s/cem58msu36y0cy6/Category.png?dl=0
Page https://www.dropbox.com/s/vcm4gzjgrd158ik/Page.png?dl=0

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css:
*Post: http://screencast.com/t/pKo1aFudMEv

.single .td-main-sidebar {
border-top: 0px;
}

*Category: http://screencast.com/t/q7SGQiQUZxI

.category .td-main-sidebar {
border-left: 0px;
}

For pages you can edit the column if you refer to the content sidebar and set border to 0: http://screencast.com/t/AUZpBR5U
Also if you refer to the Latest articles sidebar you can use this custom css: http://screencast.com/t/aFuZHicUE

.page .td-main-sidebar {
border-left: 0px;
}

Thanks!

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