Remove standard comments on mobile

Posted in: Newspaper
Post count: 2

Hi, how do i remove the standard wordpress comments box on mobile?

Post count: 20688

Hi,

There is no option to disable the comment when using the mobile theme. However you could make a small modification in the theme and remove them from the post page on mobile. Comment or remove this line of code from this file
https://www.screencast.com/t/o426OMatf0
https://www.screencast.com/t/ZP0myqMNg
This will remove the comments from the post page when using the mobile theme. Or you can enter a code like this in Theme panel->Mobile theme->Custom CSS section

.single .comments {
display: none;
}

If you are not using the mobile theme plugin, this setting from the theme panel will disable the comment for the post page
https://www.screencast.com/t/1viE3zUtK

Thanks

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