I had my phone number in the header font size changed and after this latest theme update to 2.6.2 it now is not seeing the css code.
I have this code in place that was working prior to the update:
.social_header .phone-info {
line-height: 10px;
font-size: 30px;
}
Hi jmblakey!
Please use following code instead
.phone-info span { font-size: 30px; }
Cheers!
Yigit
worked perfect. Thanks!