Home › Forums › All Other Themes › Clickable Phone Number
- This topic has 6 replies, 3 voices, and was last updated 3 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 18, 2020 at 2:36 pm #147382
I am using the plumber theme for this site https://www.prontoappliancerepairs.com/ is it possible to make the phone number that is in the upper right corner click to call?
March 21, 2020 at 1:43 pm #147527Hi Marion,
I am not from SKT Themes, but very curious which answer they will provide to you!
I am struggling with a similar problem…. My phone number is clickable, however the layout does not look as pretty as yours! 😉Normally you can use an “a href” html code for links like: Type your phonenumber here to make it visible for your viewers
Hopefully this works for you! And if not, I do hope SKT Themes will come up with a solution – so it also works on my website!
~Robyn
March 23, 2020 at 5:34 am #147575Hi Marlon,
Kindly use this code for clickable phone number
<a href="tel:4075430335">(407) 543 - 0335</a>
Regards,
DaveMarch 23, 2020 at 4:23 pm #147673Hi Dave,
The code worked, however it changed the color of the phone number where its barely visible and there isn’t an option in the theme to change the color. Do you have a code I could use to change the color?
Thanks in advance.
March 24, 2020 at 4:47 am #147693Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.sintp a { color: #fff !important; }
Regards,
DaveMarch 24, 2020 at 2:52 pm #147789It worked! Thanks again Dave!
March 25, 2020 at 4:30 am #147804🙂
-
AuthorPosts
- You must be logged in to reply to this topic.