• Resolved jentour

    (@jentour)


    Hello, can I edit enquiry form? there are unknown boxes randomly were you can select any number, but it stands for nothing, so I wish to remove these 2 boxes. Is it possible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support WP Travel Engine Support

    (@wptravelenginesupport)

    Hello @jentour,

    They are actually the option to add Number of Adult and Children which is made small by the theme’s CSS.

    Anyway, to make them clear, please add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .single-trip #wte_enquiry_contact_form input[type="number"] {
        max-width: unset;
    }

    If you have any further questions, please let us know.

    Thank you.

    Thread Starter jentour

    (@jentour)

    Hello, thank you for the answer. I entered the code it is resolved now and the whole box can be seen.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to edit enquiry form?’ is closed to new replies.