I've been trying to make a submit button look like the blue button (with white text) used in Telligent community. I've tried the following, but they don't quite work:
<input type="submit" class="btn">
<input type="submit" class="button">
The one used on the site is a link, but I want to submit a form with it so I think I need to use a submit input.
Edited
[edited by: IbrahimK at 10:57 AM (GMT 0) on Thu, Apr 1 2021]