Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #329663

    Can I make Login and Register radio buttons bigger?

    I’m using Enfold 3 and Exchange and these Login and Register buttons are too small. These 2 buttons appear in 2 ways, a tiny radio button and a nice big square button.

    http://anythingbroken.com/product/peace-at-home-advantage-3-month-1-hour/

    I want them either to be bigger or look like rectangle enfold buttons shown in other pages.

    Thanks!
    Ryan

    #330051

    Hey ryandewitt!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    input[type="button"] {
    padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    background-color: #8cc63e;
    color: #ffffff;
    font-size: 22px;
    border-radius: 0px;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.