Hi,
1/ Is there any CSS that can be added to increase the text size? I can‘t see anything in Advance Styling for small bar above menu
2/ Can the tel number populate an auto call on a mobile? It does it on desktop but not on mobile
Thanks
Marcus
Hi Marcus,
Thanks for contacting us!
I think in your case using “Phone Number Or Small Info Text” field to add your text and number would be better.
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.phone-info {
font-size: 14px;
}
2- Please insert your phone number as following
<a href="tel:0412121212">tel:0412121212</a>
Regards,
Yigit
Thanks
Is the phone number code added into the Navigation Label secondary menu area?