Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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
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.
Thanx!
Thanx for help!
Glad that helped :)