Inuit Types: Comment Tweaks Question

  • Unknown's avatar

    I saw your CSS and there’s an error syntax. You need to enclose in double quotes the URL:

    .authorcomment a[href="http://discomcdisco.com"] {
    background:#f00;
    color:#fff;
    }

    You can also take out the “^” before the “=” sign. Try that.

  • Unknown's avatar

    One more thing, you could try using “Pseudo Elements”, something like this:

    .authorcomment a[href="http://discomcdisco.com"]:before {
    content: "Post Author: ";
    }

    Give it a try and see how it looks.

  • Unknown's avatar

    I think I need to brush up with some CSS3 stuff… pronto… Thank You, i’ll have a play :D

  • The topic ‘Inuit Types: Comment Tweaks Question’ is closed to new replies.