-
nis350zttAnswered on July 11, 2013 03:44 AM
Is it possible to resize the button and/or button text?
-
Elton Support Team LeadAnswered on July 11, 2013 04:24 AM
Hi,
To do that, simply add this CSS code between the header tag <head> of the page where you've embedded your feedback form.
<style type="text/css">
.jotform-feedback-link{
width:150px;
font-size: 20px;
}
</style>
You can adjust the values (color red on the code) to your preference.
Thanks!
-
seatonwebdevAnswered on September 12, 2013 02:58 PM
You may have to use font-size: 24px !important; to ensure that the CSS rule overrides any existing CSS rules.