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

    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!

    #360434

    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

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