• Resolved marvec

    (@marvec)


    CSS property font for submit buttons is missing the custom font family value which makes it a wrong value ignored by the browser.

    <button class="hustle-button hustle-button-submit " aria-live="polite" data-loading-text="Form is being submitted, please wait a bit."><span class="hustle-button-text">Subscribe</span><span class="hustle-icon-loader hustle-loading-icon" aria-hidden="true"></span></button>
    
    @media screen and (min-width: 783px)
    .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form button.hustle-button-submit {
        padding: 2px 16px 2px 16px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        font: bold 13px/32px;
        font-style: normal;
        letter-spacing: 0.5px;
        text-transform: none;
        text-decoration: none;
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Form Submit Button – Custom Font improperly set’ is closed to new replies.