Viewing 2 replies - 1 through 2 (of 2 total)
  • Just about anything is possible if you learn a little CSS. Link underlines are usually declared in the style sheet like so:

    a {
        text-decoration: underline;
    }

    Theme Author Caroline Moore

    (@sixhours)

    It is possible! I highly recommend Firebug for this kind of work.

    The class you’re looking for in this case is ul.menu, and you’d want to remove the “border” property.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Hey Cookie] Is it possible to remove the line underneath the links’ is closed to new replies.