Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #796520

    Hi, how can i change the font size of a button. Only for this single button. I have ALB activated.
    Thanks Simon

    #796790

    Hey simonac,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .button20 .avia-button {
        font-size: 30px !important;
    }

    just adjust the font size as you see fit. This would affect all buttons with custom css of button20, hope this helps :)

    Best regards,
    Nikko

    #1074862

    Hi,
    I know this is an old thread, but I have a similar question. I’d like to make the font bigger on some of the landing page buttons, but not all. I’ve enabled the developer function and given the necessary buttons the class of ‘landing-page-button’. I’ve used the snippet below to try and change the font size, but it hasn’t worked so I’ve got something wrong. I’m wondering if I can’t completely change the CSS class itself like this, from the original ‘avia-button’?

    Can you help please? Thank you very much.

    .landing-page-button {font-size: 18px !important;}

    #1074972

    Hi Handyann,

    Can you give us a link to the page where we can see the button? we’ll inspect it and try to give you css codes that should work.

    Best regards,
    Nikko

    #1075574

    Hi Nikko and thanks for your reply. I’ve added the URL in the private content as the site’s not live yet. I’d like to change the font size on some of the buttons in the sections below the slider please.

    Kind regards,
    Ann

    #1076029

    Hi Handyann,

    Thanks for giving us the link, I don’t see the class name you mentioned, but I think you’re referring to the large and extra large buttons.
    Try adding this css code in Quick CSS (Located in Enfold > General Styling):

    #top .avia-button.avia-size-large .avia_iconbox_title,
    #top .avia-button.avia-size-x-large .avia_iconbox_title {
        font-size: 18px;
    }

    Best regards,
    Nikko

    #1076041

    Hi Nikko,

    WOW! That worked perfectly!! Looking at your code, I now know how to adapt it to tweak the other sizes too, if needed.
    Thanks so much. You’re a star!

    #1076634

    Hi Handyann,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #1220278

    Just adding to the thread
    FEATURE REQUEST
    Button / styling / appearance / font-size
    Would be super helpful.- mainly when doing larger buttons :)
    Thanks
    Axel

    • This reply was modified 3 years, 9 months ago by AxelSchultze.
    #1220707

    Hey Axel,

    Thanks for the input on this. We can send it to the devs for consideration.

    Best regards,
    Jordan Shannon

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