Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #830843

    Hallo zusammen,

    leider ändern sich die Größe der Schrift beim XLarge Button nicht. Folgenden CSS Code habe ich eingegeben:

    .avia-button.avia-size-xlarge { font-size: 20px;background-color: #f45e13 !important;}

    Habe ich evt. einen FEhler im Code? – siehe private Nachricht.

    Vielen Dank.

    LG Sokol

    ——————————-

    Hello,

    Unfortunately the size of the font does not change with the XLarge Button. The following CSS code I entered:

    .avia-button.avia-size-xlarge {font-size: 20px; background-color: # f45e13! Important;}

    I have an error in the code? – see private message.

    Many Thanks.

    LG Sokol

    #830932

    Hey Umzug4,

    Could you explain your question better with more details?

    Best regards,
    John Torvik

    #831031

    HI Torvik,

    I would like the font from the button at the top of the start page with the text: “Angebote jetzt vergleichen”
    make bigger

    I have tried it myself with this code but it does not work
    .avia-button.avia-size-xlarge { font-size: 20px;background-color: #f45e13 !important;}

    Best regard,
    Sokol

    #831218

    Hi,

    Add the following to quick css:

    .avia_iconbox_title{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #832706

    Hi Jordan fine that has worked – thank you. I can make the button smaller

    Best regards,
    Sokol

    #832715

    The change of the font size and button size should refer in this case to only one site

    #833003

    Hi,

    I’m not sure what you mean with the last post.

    Best regards,
    Jordan Shannon

    #833059

    HI Jordan,

    This code:

    .avia_iconbox_title{
    font-size:20px!important;
    }

    must be change with:

    Should only be valid for a single page
    The avia_iconbox should be smaller

    Thanks
    Best regards,
    Sokol

    #833335

    Hi,

    Thanks for the clarification. Please try this instead:

    .single .avia_iconbox_title{
      font-size:16px !important;
    }

    Best regards,
    Rikard

    #833357

    Hi Rikard,

    ok fine thanks you can close this post.

    Best regards,

    Sokol

    #833507

    Hi Sokol,

    Great, thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘XLarge Button change Font size’ is closed to new replies.