Comments Capas started the conversationFebruary 1, 2019 at 7:53pmHow can I remove the website box from the comments section? I have tried CSS found in other tickets but it does not remove it on the Iphone display. Thanks, Capas 2,700PenciDesign repliedFebruary 2, 2019 at 3:49pmHi, To do that, please add more this code to Customize > Custom CSS: @media only screen and (max-width: 768px){ #respond p.comment-form-email, #respond p.comment-form-author{ width: 48%; } #respond p.comment-form-email{ margin-left: 4%; } #respond p.comment-form-url{ display: none; } #respond p.comment-form-author input{ max-width: 100%; } } Best Regards, PenciDesignCapas repliedFebruary 3, 2019 at 7:11pmI put this in but the Website box still appears on my iPhone with Safari.Capas 2,700PenciDesign repliedFebruary 4, 2019 at 2:14pmHi,Ahh, sorry, please replace the code I sent to this code: @media only screen and (max-width: 768px){ #respond p.comment-form-email, #respond p.comment-form-author{ width: 48%; } #respond p.comment-form-email{ margin-left: 4%; } #respond p.comment-form-url{ display: none; } #respond p.comment-form-author input{ max-width: 100%; } } Best Regards, PenciDesignCapas repliedFebruary 4, 2019 at 4:48pmThat does not work. Attached is screen shot from iPhone. On my Windows 10 desktop I only see the Comment box. On my iPad and iPhone I see all the boxes including "Website". I do not want to see box for "Website".My website is https://cktravelblog.com/Capas 2,700PenciDesign repliedFebruary 4, 2019 at 5:47pmHi,Please try again with this code: @media only screen and (min-width: 768px){ #respond p.comment-form-email, #respond p.comment-form-author{ width: 48%; } #respond p.comment-form-email{ margin-left: 4%; } #respond p.comment-form-author input{ max-width: 100%; } } #respond p.comment-form-url{ display: none; }Note that: When you added this code to Customize > Custom CSS, please clearly all the cache before check it again.Best Regards.PenciDesignCapas repliedFebruary 4, 2019 at 9:18pmNo change! I cleared Safari cache before testing.Capas 2,700PenciDesign repliedFebruary 5, 2019 at 3:09pmHi,Because your comment code make that code doesn't work.I see your custom CSS has comment like this: /* /* remove website from comments @media only screen and (min-width: 768px){ #respond p.comment-form-email, #respond p.comment-form-author{ width: 48%; } #respond p.comment-form-email{ margin-left: 4%; } #respond p.comment-form-author input{ max-width: 100%; } } #respond p.comment-form-url{ display: none; } This comment: /* /* remove website from commentsmake all the code below this disable.Please change it to: /* remove website from comments */or remove it.Best Regards,PenciDesignCapas repliedFebruary 5, 2019 at 8:33pmLooks good, thanks for your patience with me.Capas Sign in to reply ...
How can I remove the website box from the comments section? I have tried CSS found in other tickets but it does not remove it on the Iphone display.
Thanks,
Capas
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
I put this in but the Website box still appears on my iPhone with Safari.
Capas
Hi,
Ahh, sorry, please replace the code I sent to this code:
Best Regards,
PenciDesign
That does not work. Attached is screen shot from iPhone. On my Windows 10 desktop I only see the Comment box. On my iPad and iPhone I see all the boxes including "Website". I do not want to see box for "Website".
My website is https://cktravelblog.com/
Capas
Hi,
Please try again with this code:
Note that: When you added this code to Customize > Custom CSS, please clearly all the cache before check it again.
Best Regards.
PenciDesign
No change! I cleared Safari cache before testing.
Capas
Hi,
Because your comment code make that code doesn't work.
I see your custom CSS has comment like this:
This comment:
make all the code below this disable.
Please change it to:
or remove it.
Best Regards,
PenciDesign
Looks good, thanks for your patience with me.
Capas