clickable phone number in header, on mobile


Author Message
Amir

Posted: 2/24/2015
Quote message 

Open Header Widget and put there the code:

<a class="button" href="Tel:(555) 123 – 4567">Tel:(555) 123 – 4567</a>

Then locate with Inspect elemen What is the name of this widget
and in the CSS file (style.css) add:

.desktop #text-2 {
display: none;
}