Home>Support>Change default button

Change default button

How to change default button:

https://i.gyazo.com/8b4c102633db75cb8b1289cc4d8db81c.png

Like this:

https://iphone-otkljucavanje.com/mts-vip-telenor/
https://i.gyazo.com/8f82b94f3709e702e1ff237f86d0df60.png

Thanx

URL: https://iphone-otkljucavanje.com/att-usa-iphone-3gs-4-4s-5-5s-5c-6-6plus-6s-6splus-clean-imei-brz-servis/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Evilmc

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Buttons */
    
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
    	border: none !important;
      	background: #ffffff !important; /* Set this to your button background color. */
      	color: #646464; /* Set this to your button text color. */
      	-webkit-box-shadow:none;
      	-moz-box-shadow: none;
      	box-shadow: none;
      	text-shadow: none;
    }
    button:hover,
    html input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
      /* Button hover style */
      border: none !important;
      background: #ffffff !important; /* Set this to your button background hover color. */
    }
    button:focus,
    html input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus,
    button:active,
    html input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
      /* Button click style */
      border: none !important;
      box-shadow: none !important;
    }
    

    See my notes. Where I’ve said a background or color must be set, insert our background and text color.

  2. 8 years, 11 months ago Bojan Denić

    Thanx!

  3. 8 years, 11 months ago evilmc

    Thanx for help!

  4. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Glad that helped :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More