Wood Theme

Home Forums All Other Themes Wood Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #207184
    Erik ReynoldsErik Reynolds
    Participant
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: December 9, 2022

    So I am header top left text 1 area, I have an email address and a phone number I want to make HTML clickable

    <strong style=”color:#39ff14;font-size:16px”>
    [email protected]
    | Call 843-532-4947</b<

    I have this for the coding, when I look at the website on a desktop it looks good but this text is all messed up on mobile, how do I fix it ?

    Website: https://allwayzkustom.com/

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

    Hi,

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

    @media screen and (max-width:767px) {
    .phntp a {
      font-size: 16px !important;
    }
    }

    Regards,
    Dave

    #207203
    Erik ReynoldsErik Reynolds
    Participant
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: December 9, 2022

    You are amazing thank you kindly LOVE THESE THEMES !!!!

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

    Hi,

    Welcome 🙂

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org.

    Regards,
    Dave

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