• Hi there,

    Unless using your theme, we need to change styles using custom CSS.
    How can we change the border radius of the standard buttons at the login/registration forms?

    Cheers,
    Ronald

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

Viewing 1 replies (of 1 total)
  • Thread Starter Dutchman

    (@rotju)

    Never mind,

    Already fixed with !important.

    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: #00c3aa!important;
    	border-radius: 50px !important;
    }

    Cheers.

Viewing 1 replies (of 1 total)

The topic ‘Change Button Border Radius’ is closed to new replies.