Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris Roberts

    (@columcille)

    The default tippy.css includes a default border-bottom: 1px dotted; If you can edit your theme’s main style.css, add the following rule:

    .tippy_link {
    border-bottom: none;
    }

    That should do it.

    Thread Starter mrpiper

    (@mrpiper)

    Great thanks Chris,

    If I put it in the main theme’s css file it didn’t work, but editing it in the tippy css did.

    Thanks again,

    James

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird line has appeared’ is closed to new replies.