Clickable Phone Number

Home Forums All Other Themes Clickable Phone Number

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #147382
    Marlon BaughMarlon Baugh
    Participant
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: March 14, 2020

    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?

    #147527
    RobynRobyn
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: December 27, 2019

    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

    #147575
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Marlon,

    Kindly use this code for clickable phone number
    <a href="tel:4075430335">(407) 543 - 0335</a>

    Regards,
    Dave

    #147673
    Marlon BaughMarlon Baugh
    Participant
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: March 14, 2020

    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.

    #147693
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .sintp a {
        color: #fff !important;
    }

    Regards,
    Dave

    #147789
    Marlon BaughMarlon Baugh
    Participant
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: March 14, 2020

    It worked! Thanks again Dave!

    #147804
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.