HTML Button
-
The HTML code we used until now, that does not work anymore:
“…a class=”btn btn-primary btn-xs”…” -
Hello Raphael,
Please try to add this custom CSS to your site:
/* styles for a small custom HTML button */ a.btn { padding: 0.33em 0.6em; border-radius: 2px; text-decoration: none; text-transform: uppercase; } a.btn-xs { font-size: 11px; } a.btn-primary:hover { background-color: #5a5b5c; }Let me know if you have any additional questions.
Kind regards,
Taras -
-
- The topic ‘HTML Button’ is closed to new replies.