I am using the following code:
.phone-info span { font-size: 18px; }
The problem is, it doesn’t actually appear to be increasing the font size. What’s up with this?
Try this:
#top #header_meta .phone-info {
font-size: 18px;
}
This worked for me:
.phone-info {
float: right;
font-weight: 300;
line-height: 20px;
font-size: 20px;
padding:5px 0;
}
Hi!
Thank you for using the theme!
@sdbroker & @tylerjmorrison: Thanks for helping out! :)
@bngodfrey: You can try the suggestions above or use this:
.phone-info span {
font-size: 18px;
}
Remove browser cache then reload the page a few times.
Regards,
Ismael