Tagged: comments
Hey goingthewholehogg,
I believe that the name and email address fields only show for users that are not logged in. I tested this on my localhost and this is the case, but as your site can only be seen if you are logged in, we can’t check. I believe once you go live you will find this to be true.
Best regards,
Mike
Hi Mike,
Thanks. We checked the website with ‘under construction’ off and those fields were there as you said.
Just one more thing. We’d like to remove the website field but couldn’t find an option for that. Also we’d like to have the name and email fields centred under the comments box, ideally side by side. Could you provide some code for that?
Thanks,
Kim
Hi,
You can simply hide the field be adding the following to quick css:
#commentform .comment-form-url {display:none;}
If you can deactivate your coming soon function for a bit, we can try and provide css for the other portion of your question.
Best regards,
Jordan Shannon
Hi,
We’re working on the site just now. We can leave ‘under construction’ off for the next couple of hours. If you have time to look now, could you take a look at centring the name and email fields under the comments box for us.
Thank you,
Kim
Hi,
Try this code in the General Styling > Quick CSS field:
p.comment-form-author,p.comment-form-email {
display: flex;
justify-content: center;
margin-right: 40px!important;
}
#commentform label {
position: relative!important;
left: 275px!important;
}
Best regards,
Mike
Thanks Mike,
That worked perfectly. You can close the topic.
Much appreciated,
Kim