Button Font Size
Read through previous threads and nothing is working,
Im using this short code for a button on a client's homepage -
[button title="Book Now" icon="" icon_position="center" link="" target="_blank" color="blue" font_color="white" large="2" class="button" ]
have added css to editor within this element and on main css file, but I cannot get the font to actually change size without the whole button changing size.
.button {font-size: 20px;}
Usin child theme, here is link to website - http://pinkbeachhotel.com/
Comments
the button has the button class already by default. So you can not set the second class with the same name. The name of your custom class must be different than button.