Hello,
I am trying to make the font size of a button larger. How would I go about this in regard to Custom CSS? I don’t see an area to add a name attribute for the button so help would be much appreciated.
I have included a screenshot of the button and have also linked the page in question.
Thank you!
Hey mlangereis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-button.avia-size-x-large {
font-size: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria