This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change default button

Resolved 4 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Andrew Misplon Staff 10 years, 4 months ago

    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. Bojan Denić 10 years, 4 months ago

    Thanx!

  3. evilmc 10 years, 4 months ago

    Thanx for help!

  4. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread