Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author ItayXD

    (@itayxd)

    What underline?

    Thread Starter jhabs90

    (@jhabs90)

    Once the tooltip is in place a hyperlink like underline shows underneath the word. I would like the tooltip word to show without the underline. Thanks!

    Plugin Author ItayXD

    (@itayxd)

    Please give me a link to the page, describe what you see ATM, and what you expect to see.

    Plugin Author ItayXD

    (@itayxd)

    Okay I now understand what you meant. Sorry for not getting back to you earlier with a useful response.
    If you are using version 1.0 and above go to “Settings>Responsive Mobile-Friendly Tooltip Settings” Check “Use custom CSS?”, and make sure “Replace original CSS?” isn’t checked.
    Then just add your custom CSS to the textarea (to remove the underline add this: border: 0;).

    Thread Starter jhabs90

    (@jhabs90)

    Thanks for the help! However, I’ve completed the steps you’ve suggested above and the underline is still showing. Is there more I have to add besides just border: 0; (kinda a newbie when it comes to CSS.

    Plugin Author ItayXD

    (@itayxd)

    Yes there is more, I assumed you’ll get the rest:

    abbr {
     border: 0;
    }

    Thread Starter jhabs90

    (@jhabs90)

    That unfortunately didn’t seem to work. Here’s a link to the site: laurenholli.com – it’s the dotted line under “*Details” in the middle of the footer. Thanks!

    Plugin Author ItayXD

    (@itayxd)

    Hi there, first of all I can’t see any change in your responsive-tooltip.css, are you sure you saved the changes?
    Second of all it seems shortcodes.css over writes responsive-tooltip.css, you might want to change the load order.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Underline’ is closed to new replies.