Hi Guys,
How do I change the size of the fontello icon inside the button left of the text? I already adjusted the text size inside the button but can’t figure out the fontello icon size so it’s even.
Thanks!
Hey!
Try adding this code to the Quick CSS:
.av_promobox .avia_button_icon {
font-size: 24px;
}
Cheers!
Josue
Hey Josue,
Thanks… I tried that, but it didn’t work.
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi!
Please use this on Quick CSS:
[data-av_icon]:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
content: attr(data-av_icon);
speak: none;
font-size: 24px;
}
Cheers!
Ismael
Thanks this worked!