Jump to content

Button Font Size


Recommended Posts

I need to add code to enlarge the font and hopefully place it in a button. this way the user knows they need to click on it.

Here is the code I am using


<div style="text-align: center;">
<input class= "cb_custom_btn" type="submit" value="Click to Purchase your Ride" />
Link to comment
Share on other sites

Yes, you can achieve that. You may try this code:

<div style="text-align: center; font-size: 15px; ">
<input style="background-color: #FFC433" class= "cb_custom_btn" type="submit" value="Click to Purchase your Ride"/>

You can change the #FFC433  to your preferred background color.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...