Customize mobile theme

Posted in: Newspaper
Post count: 49

Hello, I want to customize the single post in the mobile theme but can’t find any option to customize.

I want to hide “about Author” and hide facebook like button in single post of mobile theme.
Thanks

Post count: 3

Have the same question. I want to delete breadcrumbs, post views counter and about author. Where can I do this?

Post count: 18283

Hello !

Unfortunately you can only hide them in mobile view as you can see here: https://www.screencast.com/t/p4XIsSmd

I hope this was helpful !

Thank you !

Post count: 49

Unfortunately this method didn’t solved my problem because I have disabled Facebook like button, posts views counts and author box on desktop so I can’t see them in mobile view. But they are visible when page load on Mobile device.

I suggest you to add this feature to future update so we can customize Mobile theme from Theme Panel.

I tried to use css to solve the problem.
.author-box-wrap {
display: none;
}.td-module-meta-info .td-post-views {
display: none;
}
.td-post-sharing-classic {
display: none;
}

It solved the problem of posts view count and Facebook like button, It also solved the Author box problem but this css code hide Author box from all the pages, So Author box is hidden even from Author page. I want to display Author box on Author page and hidden only on single posts on mobile theme.

Post count: 49

Still waiting for reply.

Post count: 18283

Hello !

Please note that if you’re using custom css you will have to add the page id in it too so you will exclude the content only from the specific pages: https://www.screencast.com/t/VTClhS2g

Thank you !

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