Inuit Types: Comment Tweaks Question
-
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.
-
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.
-
- The topic ‘Inuit Types: Comment Tweaks Question’ is closed to new replies.