In the “Content Elements” section of the Avia Layout Builder, there is a “Button” element.
I’d like to make the text for those buttons larger. How do I do that?
Also, we can choose the size of the buttons we like (i.e. small, medium, large, x-large). I may want to change the size of those buttons. How do I do that?
Thanks for the help!
Hi!
Enable this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then set a custom class to the button and add this to Quick CSS:
.custom-button{
font-size: 22px !important;
}
Best regards,
Josue