Remove Comments Box in Mobile Theme

Posted in: Newspaper
Post count: 15

I just installed and customized (to the extent that I can) the Mobile Theme for Newspaper.

I have comments and author info disabled on my main theme, but it seems that by default they’re enabled on the mobile theme. Is there an easy way to remove these?

Also, am I correct in understanding that the mobile theme won’t display pages? So even though I have the footer enabled in the mobile theme, it’s not showing because it links to pages?

Post count: 15

Ok, scratch that, it just took about an hour to update it seems.

New question: how can I remove the default “About Us” and “Follow Us” text in the footer of the mobile theme?

Post count: 22421

Hello,

For the mobile theme these sections can be disabled using a css code like so:
.td-mobile-footer-wrap{
display:none;
}

You can add the code in the theme panel-> mobile theme->custom code field.

Thank you!

Post count: 15

Thanks!

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