• Hi i found all the category and tag have under line like its show linked word i want to remove under line for category and tag how to do this

Viewing 2 replies - 1 through 2 (of 2 total)
  • do you mean removing the underline for the links underneat the catagory?
    if so then in your css file find

    #sidebar ul li a

    and add
    text-decoration: none;

    If you want to remove the underline for the catagorie titles, then add it too

    #sidebar h2

    Thread Starter xinfo

    (@xinfo)

    work great what about for Tag

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘category under line how to remove’ is closed to new replies.