Thread Starter
rxbeat
(@rxbeat)
i had to put my field into sliderrevolution. And there i have a purple “css global” button. I put the second code in there and the buttons are gone.
sorry for my bad englisch. Here is my full code:
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}
.tp-caption a:hover {
color:#ffa902;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}
Thread Starter
rxbeat
(@rxbeat)
@StanfordAlan
THANKS ! Thats works!