• Sorry, I can’t find a search in this forum. I have had great success with your plug-in until I tried to use it in the Accordion Tool of Themify Ultra. On mobile, phone numbers in the Accordion are underlined and are clickable but they are black, not blue. I’m pretty new to CSS and shortcoding so I need help to override the black color back to blue. I tried this:

    [link_obfuscate_telephone mobile_css_class=”color:#6495ed !important” tel=”123-456-7890″]

    There was no change, still black, but also still underlined and clickable.

Viewing 1 replies (of 1 total)
  • Thread Starter art005

    (@art005)

    This is the code I used where the phone number is listed:
    [link_obfuscate_telephone tel=”123-456-7890″ mobile_css_class=”mobile”]

    Then in the CSS customize I put p.mobile{ color:blue }

    The result is: [link_obfuscate_telephone tel=”123-456-7890″ mobile_css_class=”mobile”] so the short code is not recognized. But many other places I have practiced writing that code without the mobile_css_class=”mobile” and it works great, but in this location the mobile numbers are black instead of blue so I am trying to force them blue.

    For practice I wrote a simple line: <p class=”mobile”>This paragraph uses p.mobile CSS code. That sentence appeared blue in both the PC and mobile, of course because it is not associated with any mobile screening. Point is the class p.mobile worked for the simple text.

    Can you help me fix the shortcode so it screens for mobile and forces the text blue while it is black on the PC.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile number color’ is closed to new replies.