Forum Discussion
MattStephens
8 years agoQrew Cadet
Check out dabuttonfactory.com - it might have the answer you are looking for.
Also, the Magic Buttons app is a great free QB app too.
Here's a button that's smaller than your default Vibrant Snowy:
// Begin button style
var text bgcolor = "white";
var text txtcolor = "#4285F4";
var text style = "style=\"text-decoration: none; background:" & $bgcolor & "; border-radius: 5px; padding: 40px 20px; color: " & $txtcolor & "; display: inline-block; font: normal 700 24px/1 \"Calibri\", sans-serif; text-align: center; text-shadow: none;";
// End button style
"<a " & $style & " href='https://www.w3schools.com/colors/colors_brands.asp' title='Brand Colors'>Google Blued</a>"
// Great resource to create our own style of button. https://dabuttonfactory.com/
// Other brand colors: https://www.w3schools.com/colors/colors_brands.asp
Also, the Magic Buttons app is a great free QB app too.
Here's a button that's smaller than your default Vibrant Snowy:
// Begin button style
var text bgcolor = "white";
var text txtcolor = "#4285F4";
var text style = "style=\"text-decoration: none; background:" & $bgcolor & "; border-radius: 5px; padding: 40px 20px; color: " & $txtcolor & "; display: inline-block; font: normal 700 24px/1 \"Calibri\", sans-serif; text-align: center; text-shadow: none;";
// End button style
"<a " & $style & " href='https://www.w3schools.com/colors/colors_brands.asp' title='Brand Colors'>Google Blued</a>"
// Great resource to create our own style of button. https://dabuttonfactory.com/
// Other brand colors: https://www.w3schools.com/colors/colors_brands.asp