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
Hey Umzug4,
Could you explain your question better with more details?
Best regards,
John Torvik
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
Hi,
Add the following to quick css:
.avia_iconbox_title{
font-size:20px!important;
}
Best regards,
Jordan Shannon
Hi Jordan fine that has worked – thank you. I can make the button smaller
Best regards,
Sokol
The change of the font size and button size should refer in this case to only one site
Hi,
I’m not sure what you mean with the last post.
Best regards,
Jordan Shannon
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
Hi,
Thanks for the clarification. Please try this instead:
.single .avia_iconbox_title{
font-size:16px !important;
}
Best regards,
Rikard
Hi Rikard,
ok fine thanks you can close this post.
Best regards,
Sokol