Hi, I want to highlight my telephone number with the theme colour.
Currently my phone number is in
Enfold – Header – Extra Elements – Phone number/ Small info text
I want to highlight and possibly bold this phone number, is there a way to do this?
Thanks… Alex
Hey Alex!
Please add your number as following so it would show up highlighted and also it would have click to call function
<a href="tel:0412121212">tel:0412121212</a>
Cheers!
Yigit
Hi Yigit
I tried this but i makes most of my header dissapear, there somewhere specific i should be adding it?
Hi,
You can alternatively wrap your number in a span with custom class as following
<span class="my-number">+1 902320910290</span>
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-number { font-weight: bold; font-color: orange; }
Best regards,
Yigit