This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

clickable phone number

Resolved 9 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

how can I have my phone number (included in header text) clickable for mobile devices. so that people using
mobile phones can call me just by clicking on the number located in header text.

URL: http://www.ovenstar.com.au

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Andrew Misplon Staff

    Hi Nahdi

    The link should look as follows:

    <a href="tel:+1-303-499-7111">+1 (303) 499-7111</a>

    You can edit the HTML of your widget by clicking over to the Text tab when in the Visual Editor widget.

    More on this: https://developers.google.com/web/fundamentals/device-access/click-to-call/click-to-call?hl=en

  2. Nahdi Gefariann

    I couldn’t find visual editor widget, may I ask you to explain where can I find it?

  3. Andrew Misplon Staff

    Sorry, SiteOrigin Editor.

    Appearance > Widgets > Header

  4. Nahdi Gefariann

    sorry but in sitorigin editor we cant add code, everything you add you will see as header text.
    I used what you have written for me in there(+1 (303) 499-7111) and it showed the whole writing in my header text. off course I put my mobile number after href, am I right?

  5. Andrew Misplon Staff

    The SiteOrigin Editor widget has a Text tab. Click over to that and you can add HTML.

  6. Nahdi Gefariann

    oh sorry, that’s right, I fixed it though its color is not blue anymore when I changed its size

  7. Andrew Misplon Staff

    In our Custom CSS we’re setting the color for the phone number as follows:

    #masthead .hgroup #header-sidebar .textwidget h2 a {
    	color: #000000;
    	font-size: 20px;
    }

    Adjust the hexadecimal color there as required.

  8. Nahdi Gefariann

    great worked :)

  9. Andrew Misplon Staff

    Super :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread