hide some divs in spesific templates

Posted in: Newsmag
Post count: 9

Hi can ı hide some seciton in video template or another spesific templates?

For example, ı dont want to show related articles and more article box in video template?

Post count: 6535

Hi

You can edit the file corresponding with the post template used and delete the part of code for the element that you want to remove. To remove related article from video template you need to edit loop-single-8.php file and remove this line: http://screencast.com/t/OJnNZhIyq5http://screencast.com/t/hx47XWia5
To remove the more article box from tha same template try this css in theme panel > custom css:

.single_template_8 .td-more-articles-box {
display: none;
}

Thanks!

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