Button Padding and Font size

Greetings, I created a button using the following shortcode while using the taxi demo.
[button title="Join Now" icon="" icon_position="" link="" target="_blank" color="yellow" font_color="black" large="0" class="vamos" download="" onclick=""]

I am trying to change the padding and font size of the button, but I can't make it. 
I already set up the class "vamos" for the button, and I have go to the muffin editor CSS section (Custom | CSS) and put my custom css:
a.button .button_label { font-size: 20px; padding: 50px 100px; };
.vamos { font-size: 20px; padding: 50px 100px; };

None of these css are working. It seems the system is overriding my changes. How to solve this?
Thanks

Comments

Sign In or Register to comment.