Comments Alper started the conversationApril 30, 2018 at 12:39pmPlease 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,092Oliver repliedMay 2, 2018 at 8:28amHi,In the child theme create template: contacts-top-area.phpand 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 Sign in to reply ...
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 ?
Hi,
In the child theme create template:
and put there code:
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