Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1445453

    How do you change the style of the footer widget column form button?

    #1445466

    Hey Tanja,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the submit button in the footer widget:

    #footer .field-wrap>div input[type=checkbox], #footer .field-wrap button, #footer .field-wrap input[type=button], #footer .field-wrap input[type=submit] {
        width: auto;
        border-radius: 3px;
        padding: 10px;
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin: 3px 0;
        line-height: 1.2em;
        position: relative;
        font-weight: 400;
        text-align: center;
        max-width: 100%;
        color: var(--enfold-alternate-color-button-font);
        border-color: var(--enfold-alternate-color-button-border);
        background-color: var(--enfold-alternate-color-primary);
        min-width: 180px;
    }

    Best regards,
    Ismael

    #1445523

    Thank you, perfect!

    #1445535

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1445674

    You can close it. TY.

    #1445895

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do you change the style of the footer widget column form button?’ is closed to new replies.