So in the below html in my wp site I need to make the tel number bigger:
<div class="cmsmasters-icon-phone-4">
<span>
<span>Call Us Anytime</span>
<a href="tel:0800-689-0150"><strong> 0800 689 0150</strong></a>
</span>
I've tried adding the below CSS:
.cmsmasters-icon-phone-4 span.a {
font-size:20;
}
without much luck. I'm still a newbie so any help would be appreciated