- This topic has 6 replies, 3 voices, and was last updated 5 years, 5 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Clickable Phone Number
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?
Hi 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
Hi Marlon,
Kindly use this code for clickable phone number
<a href="tel:4075430335">(407) 543 - 0335</a>
Regards,
Dave
Hi 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.
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.sintp a {
color: #fff !important;
}
Regards,
Dave
It worked! Thanks again Dave!
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]