Home › Forums › Trusted › Change size of phone number › Reply To: Change size of phone number
December 17, 2017 at 7:52 pm
#3149
Andy
Keymaster
For the icons and the circular background, this is the standard:
.top-tel .fa {
font-size: 24px;
line-height: 40px;
width: 40px;
height: 40px;
}
e.g. you could change it something like this, or whatever values you want:
.top-tel .fa {
font-size: 16px;
line-height: 30px;
width: 30px;
height: 30px;
}