• I’m trying to customize the look of the submit button and input box, but I’m having trouble targeting the form.

    I have this code on my page:
    [smartpwpages label=”Login” ID=”smartPWLogin”]

    And this code in my stylesheet:
    #smartPWLogin .button {

    background-color: #0490A1!important;
    color: #FFFFFF!important;
    text-transform: uppercase!important;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial,” sans-serif”!important;
    font-weight: bold!important;

    }

    Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Im trying to do the same thing at

    https://www.interspiritualwisdom.org/gateway-to-the-search-tool-2/

    it ignires my CSS and just styles it 1990s. I need to style it “flat”..thanks!

    input#smartPassword {
    vertical-align: middle !important;
    font-family: ‘Raleway’ !important;
    color: #8aa96a !important;
    font-size: 20px!important;
    margin-top: 8px !important;
    font-weight: 700 !important;
    }

    input {
    vertical-align: middle;
    font-family: ‘Raleway’!important;
    color: #8aa96a !important;
    font-size: 20px !important;
    margin-top: 8px !important;
    font-weight: 700 !important;
    }

    theme is Avada

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Customization’ is closed to new replies.