Hide fields in the mobile theme

Posted in: Newspaper
Post count: 38

Hi

What is the CSS code to hide these fileds in the mobile theme plese?

.td-form-url {display: none;}
.td-form-email {display: none;}
.td-form-cookies-consent {display: none;}
.td-form-cookies {display: none;}
.td-form-consent {display: none;}

Thanks

Post count: 20688

Hi,

So you want to remove the URL, email etc from the mobile theme comments
https://www.screencast.com/t/MJvk1RqWi4
Those codes would work for this, for the default consent it should be like this
https://www.screencast.com/t/4DYkgWs2b

.comment-form-cookies-consent {display: none;}

https://www.screencast.com/t/Pr31uyJNyR8

Thanks

Post count: 38

Thanks!

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