• Resolved yonhorizon

    (@yonhorizon)


    hi
    how do I style the product form of gift cards?
    how to choose which fields to show?
    how to change the button color?
    not to have placeholder texts?

    also the field labels are on the wrong side of the field. should be on the right with Hebrew.
    thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    hope you are doing well ??

    Could you tell us how do you want to style the gift card form, please? Maybe, we can create some CSS rules to achieve what you need.

    There are no options to choose what fields show/hide in the gift card form. You can disable the option in settings to make mandatory the recipient info and then hide the fields you want with CSS.

    To change the color of the Add to cart button in the gift card product, you need to add the following CSS to your theme in Appearance -> Customize -> Additional CSS and set the color you want:

    .gift-cards_form.cart .gift_card_template_button .gift_card_add_to_cart_button {
        background-color: black;
    }

    To not display the placeholders in the field, please, add the following CSS to your theme in Appearance -> Customize -> Additional CSS:

    .gift-cards_form.cart .gift-card-content-editor input::placeholder, .gift-cards_form.cart .gift-card-content-editor textarea::placeholder {
        font-size: 0px;
    }

    We have been checking the field labels and we see them correctly on the right side of the field.

    Let us know any news, please.

    Have a nice day!

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    Due to inactivity, we will mark the topic as solved but feel free to open a new one if you have any other issues.

    If you enjoy our support, we will really appreciate if you can leave us a review and a five stars rating -> https://www.ads-software.com/support/plugin/yith-woocommerce-gift-cards/reviews/

    Many thanks and have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘product form RTL and style’ is closed to new replies.