More Article Box

Posted in: Newspaper
Post count: 136

Hi,

Can the More Article Box be disabled on individual pages/posts only?

Thank you,

-Franklin

Post count: 7909

Hi,

You can do this with custom css:

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

Thanks!

Post count: 6600

Hi,

Unfortunately the theme doesn’t have an option for that and you would need additional customizations for that. You could hide it via css on posts/pages that you don’t want it if you want to hide it on some posts only and use the css Alin provided above and use the post/page id class to target one specific page.

Sorry for the inconvenience!
Thanks for the message!

  • This reply was modified 11 years by Lucian.
Post count: 136

OK thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.