Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Kalvin37.

    I have looked at the CSS (Stylesheet) page on your site, and found the section of that file that defines what your sidebar links look like. Strange thing is, it seems as though the code is correct and should be showing no underlines for these links.

    Here’s the snippet of code so that someone else here may be able to pinpoint the problem faster:

    .side1 ul ul li a {
    display: block;
    margin: 0px;
    padding: 4px 0px 0px;
    width: 190px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #2f5587;
    text-decoration: none;
    }
    .side1 ul ul li a:hover {
    padding: 4px 0px 0px;
    background-image: url(images/icon-li.gif);
    background-repeat: no-repeat;
    background-position: 17px;
    height: 17px;
    text-indent: 27px;
    width: 190px;
    background-color: #FFFFFF;
    color: #cc3300;
    text-decoration: none;
    }

    Thread Starter kalvin37

    (@kalvin37)

    Thanks for the reply kenop, hopefully someone can help us figure this out.

    I really regret using this theme, all the anwers in the help section are for the default. Things would have been so much easier.

    Thread Starter kalvin37

    (@kalvin37)

    Im about tempted to switch over to default theme, is it a pain once the switch is made?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Underline from Sidebar Links’ is closed to new replies.