How to make my button text larger and bolder?
How do I make my button font larger and bolder?
How to make the roll over effect more prominent?
Can I only have ONE style of button?
Can I have same style of button, but different colors for other places on the site?
I want the roll over effect to be not so subtle. When you roll over it does a right to left wave of a darker screen over the color. I want to be able to change the color of the effect and scale the opacity of that effect to what I want. How do I accomplish this?
Comments
1) To make button font larger and bolder, use:
a.button .button_label { font-size: 20px !important; font-weight: bold !important; }2) To make it more prominent, just change background color:a.button::after, a.tp-button::after, button::after, input[type="submit"]::after, input[type="reset"]::after, input[type="button"]::after { background: rgba(0, 0, 0, 0.7) !important; }3) Yes, you can have only one.4) We are sorry but it's not possible.