I would like to double the size of the fontello icons that I am using in four of my buttons, but I can’t seem to get it to work.
Any help would be appreciated.
Hey xuamox,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.home #av_section_1 .avia-button .avia_button_icon {
font-size: 26px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you that worked perfectly. Much appreciated.
One last thing, how can I adust the margin on the icon so that it’s more centered vertically. It seems that as the icon gets larger it is still aligned with the bottom edge of the text. Thanks.
Hi xuamox,
Please use the code like this:
.home #av_section_1 .avia-button .avia_button_icon {
font-size: 42px;
vertical-align: middle;
}
Best regards,
Victoria
Perfect. That worked! thank you for your help.
Hi xuamox,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria