Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #227770

    Hi,

    I’m trying to make the font size in the buttons larger. If I enter the quick CSS change it works for the desktop version but doesn’t work on my Samsung Galaxy Note tablet.

    Original CSS:
    .avia-button.avia-size-large {
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 127px;

    What I want it to be changed to:
    .avia-button.avia-size-large {
    padding: 15px 30px 13px;
    font-size: 18px;
    min-width: 127px;

    #228026

    Hey jrgrigg!

    Are you trying to change the large button shortcode font size or you’re trying to change the button on a slider? Please add this on Quick CSS:

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

    Do you have the latest version? Post the link of the page with the button here.

    Best regards,
    Ismael

    #228572

    Hi Ismael,

    This worked perfectly, thank you!

    Yes, I wanted to make the text larger on the buttons – not necessarily for the button on the slider, just the ones that you can ad via the layout builder.

    Thanks for the help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing Font Size for Tablets’ is closed to new replies.