Support » Themes and Templates » New theme with a little bit of problem

  • Hi!

    I have a new theme up over my site here.

    I have a little problem with the comments styling. Click on any post with comments and noticed that comment author and comment date/time links in black. I have styled it in my CSS, but no matter how I do it, it’s still black and the color is just not applying at all.

    The part for my CSS is this
    .commentmeta
    {
    font: italic 9pt arial, sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 15px 0 0 40px;
    color: #CC326C;
    }
    .commentmeta a, .commentmeta a:link, .commentmeta a:active, .commentmeta a:visited
    {
    font: italic 9pt arial, sans-serif;
    color: #CC326C;
    }

    and I have no idea what’s wrong, whether is the html or the CSS thus I would appreciate all help on this. In addition, I also welcome comments regarding the theme. Thank you! =)

Viewing 1 replies (of 1 total)
  • try to put “#container .commentdata” instead of just ‘.commentdata’

    It would most probably solve it.

    otherwise post here again.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘New theme with a little bit of problem’ is closed to new replies.