• Resolved hennaeagles

    (@hennaeagles)


    Hi there
    How to set Border radius to submit button? Can’t find anything in FAQ
    https://calderaforms.com/caldera-forms-documentation-search/

    I use this css

    /* Change background and text color */
    .caldera-grid .btn {
        background-color:#4285f6 !important;
        color:white !important;
        font-weight: 900;
    }
    
    /* Change background and text color on hover */
    .caldera-grid .btn:hover {
        background-color:white !important;
        color:#4285f6 !important;
    }
    
    /* Span the full width of the column */
    .caldera-grid .btn {
        width:100%;
    }

    Tried to add

    /* Border radius to submit button */
    .caldera-grid .btn {
        border-radius:10px;
    }

    With no luck ..
    Regards

  • The topic ‘Border radius’ is closed to new replies.