Ahoy –
How do I change the button text size?
Hey mcraig77,
It should be available in the edit options of the button element if not enable Custom CSS Class Name support for Advanced Layout builder elements and add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-font {
font-size: 20px!important;
}
then use the class name “custom-font” on the buttons custom css class name.
Best regards,
Vinay