Also mit CSS Funktion meine ich, dass ich den Button CSS Code in den Customizer-> Cusom CSS gepackt habe. Eine veränderung war nicht zu sehen.
In diesem Beispiel habe ich jetzt einen "Partner werden?" Button versucht einzufügen.
Die Button Codes lauten
<a href="#" class="Partner_werden?">Partner werden?</a>
.Partner_werden? {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c71818), color-stop(1, #f52727));
background:-moz-linear-gradient(top, #c71818 5%, #f52727 100%);
background:-webkit-linear-gradient(top, #c71818 5%, #f52727 100%);
background:-o-linear-gradient(top, #c71818 5%, #f52727 100%);
background:-ms-linear-gradient(top, #c71818 5%, #f52727 100%);
background:linear-gradient(to bottom, #c71818 5%, #f52727 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c71818', endColorstr='#f52727',GradientType=0);
background-color:#c71818;
-moz-border-radius:28px;
-webkit-border-radius:28px;
border-radius:28px;
border:1px solid #000000;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Verdana;
font-size:24px;
font-weight:bold;
padding:10px 16px;
text-decoration:none;
text-shadow:0px 1px 0px #000000;
}
.Partner_werden?:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f52727), color-stop(1, #c71818));
background:-moz-linear-gradient(top, #f52727 5%, #c71818 100%);
background:-webkit-linear-gradient(top, #f52727 5%, #c71818 100%);
background:-o-linear-gradient(top, #f52727 5%, #c71818 100%);
background:-ms-linear-gradient(top, #f52727 5%, #c71818 100%);
background:linear-gradient(to bottom, #f52727 5%, #c71818 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f52727', endColorstr='#c71818',GradientType=0);
background-color:#f52727;
}
.Partner_werden?:active {
position:relative;
top:1px;
}
Alles anzeigen
und noch einmal ein Bild vom Button, einen Link zur Seite kann ich nicht erstellen: