Checkout Page Fields custom styles

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1322969
    Ričard Jungić
    Spectator

    Hello

    My question is how to make fields more larger in checkout page bcz now are small and not looking god and one more question is posible to add some information on the checkout page some image from accomodation will be more better for client

    THx

    Rici

    #1325051
    J. Davis
    Keymaster

    Hi Ričard,

    Thanks for contacting us and accept apologies for the delay. The style of the fields depends on the theme styles. If you wish to customize it you may apply a custom CSS style. For example:

    .mphb_sc_checkout-wrapper input, .mphb_sc_checkout-wrapper select, .mphb_sc_checkout-wrapper textarea {
     
      width: 100%;
      max-width: 100%;
      height: 3.125rem;
      padding: .75em 1.25em .875em;
      line-height: 1.4;
      color: inherit;
      border: 1px solid #e0e1e5;
      border-radius: 0;
    }

    It can be applied at Appearance > Customize > Additional CSS.

    As for the image of the booked accommodation type so there is no option for this to show the proper featured image depending on the selected accommodation type.
    We have this request in our list of features so I’ve added your upvote to this task. We will notify you if we have any news.

    best regards,
    J. Davis

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