By Paul Franklin on Wednesday, 20 June 2018
Posted in General Issues
Likes 0
Views 702
Votes 0
Hi guys, I'm having an issue with the discount box on the sign-up, not working. Would you be able to take a quick look at it?

ANy pointers would be appreciated.
Hey Paul,

It is actually working, but the template is enforcing a 0px font size on the input, http://take.ms/jhaWR . A quick fix is to apply the css codes below,

[gist]
#app_discount_code_id {
font-size: 14px;
}
[/gist]

Bootstrap conflicts
·
Wednesday, 20 June 2018 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for that Mark and sorry for bothering you with it.
·
Thursday, 05 July 2018 16:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Thursday, 05 July 2018 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post