Help Making Admin Color Different
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Help Making Admin Color Different’ is closed to new replies.
The topic ‘Help Making Admin Color Different’ is closed to new replies.
(@thomasstrock)
13 years, 12 months ago
Hey everyone,
I am having some trouble switching the background color of the admin comments on my blog http://www.MobileAppTycoon.com I can change the background color of the comments using this code in the CSS:
li.bypostauthor {
background-color: #FFFFCC !important;
}
However, if you look at my code, you will see that there is a separate “background area” for behind the commenter’s name and if you check out a post on my site you will see that although the background color changes behind the comment, it doesn’t change behind the name. (.comment-author is what it is referred to in my CSS)
Is there a way to change the background of .comment-author for admin comments instead of the background color behind the body text of the comment?
Would really appreciate your help! Thanks!
Thomas