Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1318359

    Hi Support
    How can we change a Buttons Font Size.

    I know we can change Button Styling in Enfold > Advanced Styling > Buttons

    However when you use a Button on a page, and we can select the Button Size in Button > Styling. How can we change that Buttons Font size?
    Not all buttons across the complete site!

    Thanks in advance for your help
    Cheers Dave

    #1318557

    Hi Dave,

    There’s no option for that setting yet, a workaround for that currently is to use Custom CSS Class.
    Edit the button, then go to Advanced > Developer Settings > Custom CSS Class then put mybutton in the text field then save.
    Go to Enfold > General Styling > Quick CSS, then add this CSS code:

    .mybutton .avia-button {
        font-size: 20px;
    }

    Adjust the font value as you see fit.

    Best regards,
    Nikko

    #1319308

    Thanks for your help :)

    #1319355

    Hi Dave,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing a Buttons Font Size’ is closed to new replies.