Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1559019
Top Area Phone Clickability
Closed

Comments

  • Alper started the conversation

    Please help me.. 

    I want to add clickability to the phone number in the top section of the Web site. I made a change to Content.php by taking the mail part as an example, but I could not get a solution. How can I do it ?

  •  7,092
    Oliver replied

    Hi,

    In the child theme create template:

    contacts-top-area.php

    and put there code:

    <div class="gem-contacts inline-inside">
        <div class="gem-contacts-item gem-contacts-address">11112</div>
        <div class="gem-contacts-item gem-contacts-phone">1112</div>
        <div class="gem-contacts-item gem-contacts-fax">1112</div>
        <div class="gem-contacts-item gem-contacts-email"><a href="mailto:"></a></div>
        <div class="gem-contacts-item gem-contacts-website"><a href="http://111">1112</a></div>
    </div>
    

    in this html you can add your changes 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver