Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637213

    Ahoy –

    How do I change the button text size?

    #637340

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.