• Resolved frenk5201

    (@frenk5201)


    How can i change the border radius of the input field? I tried with

    .um input[type=submit].um-button,
    .um input[type=submit].um-button:focus,
    .um a.um-button,
    .um a.um-button.um-disabled:hover,
    .um a.um-button.um-disabled:focus,
    .um a.um-button.um-disabled:active {
        background: #31C1D4!important;
    	border-radius: 50px !important;
    }

    But it didn’t work, can somebody help me? This is urgent

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mansurahamed

    (@mansurahamed)

    Hi @frenk5201,

    I am guessing you want to apply this to submit buttons, use following

    .um a.um-button,input.um-button{
        background: #31C1D4!important;
    	border-radius: 50px !important;
    }

    Thanks.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @frenk5201,

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂

    Regards,

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

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