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
please send us url to page where you created this button and used above css so we can have a look and check what you did wrong exactly.
Thanks!