Viewing 6 replies - 1 through 6 (of 6 total)
  • Those are the link colors in your theme causing them not to display. If you look in your css, you’ll see several items you’ll have to change.
    a:link {
    color: #C86C00;
    }
    a:visited, a:active {
    color: #B26A16;
    }
    a:hover {
    background-color: #4E5706;
    color: #FFF;
    }
    And possibly the ones in the sidebar.

    Thread Starter Robin

    (@hismuse)

    Can you help me with what in my CSS I need to change in order to change the color of the comments in the Latest Activity?

    Thread Starter Robin

    (@hismuse)

    http://img483.imageshack.us/img483/3454/style1gu.jpg what I circled is the only thing I want to change because you can’t see it against the background. Where is that located in the CSS?

    I looked at the plugin and you can customize it with the arguments in the function call. What does your function call look like that you put in your sidebar?

    Thread Starter Robin

    (@hismuse)

    What is a function call?

    Try putting a line in your CSS like:

    .latestactivity ul li a { #-desired-color- ;}

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

The topic ‘Brian’s Latest Comments Plugin’ is closed to new replies.