Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1477218

    Hi Kresi team,

    I would like to update the button color on my form element within a content slider.

    At the moment, the button appears differently on mobile and desktop views. I’ve attached screenshots via a Dropbox link for your reference.

    Could you please make the button shape the same on both mobile and desktop views, with a background color of #ED1C24 and white text, so it looks consistent across devices?

    Thank you so much for your help!

    #1477223

    Hey lara666,

    Thank you for the inquiry.

    Please add this css code to adjust the submit button:

    .contact-form :is([type=submit],button:not([type=reset])) {
        background-color: #ED1C24;
        color: #ffffff;
        border-radius: 100px;
        padding: 2px 10px;
        border: 1px solid #000000;
    }

    Best regards,
    Ismael

    #1477288

    Hi Ismael,

    Thanks heaps! That looks great.

    #1477289

    Hi Ismael,

    I tested the contact form and wanted to ask how to display a message after pressing submit. Currently, when I submit the form, the page refreshes, and the fields are cleared.

    Thank you.

    #1477304

    Hi,

    If you’re using the default contact form element, you can adjust the Content > Frontend > Submit Action settings to either Display a message or redirect the user to another page. Adjust the message in the Message Sent Label field.

    Best regards,
    Ismael

    #1477351

    Hi Ismael,

    The contact form is placed inside a content slider>form element because I needed checkboxes with multiple items, which I didn’t see as an option in the contact form element.

    Is there a way to display a message after submission within the form element?

    Thanks a lot.

    #1477445

    Hi,

    Thank you for the update.

    Where did you get the form or the code for it? You may need to contact the plugin or script authors for this modification.

    Best regards,
    Ismael

    #1477513

    Hi Ismael,

    I don’t have a specific code for it. I simply added the contact form element inside the content slider. You can check the image in the private content.

    For customisation, I got some assistance from your team.

    #1477531

    Hi,

    Thank you for the screenshot.

    The theme doesn’t have that option (Add Contact Form) by default, so it’s probably added by a plugin. Please check the plugins directory and look for contact form plugins such as Contact Form 7 or Gravity Forms. If you can provide the login details and site URL in the private field, we’ll try to check.

    The plugin might already have an option to add a “sent message”. For additional assistance, please contact the plugin authors.

    Best regards,
    Ismael

    #1477821

    Hi Ismael,

    I can see that WP forms is an installed plugin. I will contact them for support.

    Thank you.

    #1477847

    Hi,

    We’ll keep the thread open. Thank you for your understanding.

    Best regards,
    Ismael

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