Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1485917

    Hi Kresi Support,

    Hope you’re doing well.

    I’ve been trying to update the styling of the “Submit” button on our contact page (https://struct.net.au/contact/) so it matches the “Services” button to the right, but I haven’t had any luck getting it to look the same.

    Would you be able to help me with this?

    Thanks in advance.

    #1485922

    Hey lara666,

    Thank you for the inquiry.

    You can add this css code to apply the style of the default dark transparent button to the contact form’s submit button:

    .contact-form :is([type=submit],button:not([type=reset])) {
        align-items: center;
        display: inline-flex;
        gap: .5em;
        justify-content: center;
        border-radius: 100px;
        color: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(0, 0, 0, 0.6);
        background: 0 0;
        font-size: 14px;
        border-style: solid;
        border-width: 1px;
        transition: all 0.4s ease-in-out;
        padding: 9px 10px 7px;
        width: 80px;
    }

    Best regards,
    Ismael

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