telly Posted May 24, 2019 Report Share Posted May 24, 2019 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" /> Quote Link to comment Share on other sites More sharing options...
Barbie Posted May 24, 2019 Report Share Posted May 24, 2019 Hi @telly, Can you try this code instead: <div style="text-align: center; font-size: 15px; "> <input class= "cb_custom_btn" type="submit" value="Click to Purchase your Ride"/> I hope this works. Quote Link to comment Share on other sites More sharing options...
Kuroshi Posted May 24, 2019 Report Share Posted May 24, 2019 Hi, Is there also a way to change the background color of the button? Quote Link to comment Share on other sites More sharing options...
Barbie Posted May 24, 2019 Report Share Posted May 24, 2019 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. Quote Link to comment Share on other sites More sharing options...
JolliBeng Posted May 26, 2019 Report Share Posted May 26, 2019 Hi @Batchini, You can also modify the background color of the button without entering a source code. You may refer to the screenshot below: -JolliBeng Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.