How to remove Full Guest Name field

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1119724
    Rachel Brown
    Participant

    How can I remove the Full Guest Name field on the checkout page? It is not required and it seems redundant because later they are asked to enter their first and last name. I’m not seeing where I can remove it though. Can you direct me to where I can remove it? Thank you!

    #1120525
    Andre Flores
    Moderator

    Hello Rachel,

    You may hide that field by adding the following code under Appearance ->Customize ->Additional CSS:

    .mphb-guest-name-wrapper {
    	display: none;
    }

    Regards,
    Andre

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.