Notifications
Clear all

What css code target can I use to change the color of ONLY Author Replies ?

2 Posts
2 Users
1 Likes
1,355 Views
(@drjekyll)
New Member
Joined: 7 years ago
Posts: 2
Topic starter  

Hi I tried using this target

/* ---- Author Reply */
#wpcomm .wc-reply.wc-blog-post_author .wc-comment-right {
background: #fff none repeat scroll 0 0;
border: 0.1em solid #cfde5a;
}

but as you can see when you scroll to the bottom of this post: http://izaguir.re/how-to-replace-x-theme-index-pages-using-the-grid-plugin/

The user who replied to me was also colored with the same css style that was supposed to be only for the author?

What is the correct css to use to target when the post author replies ?

What is the correct css code to use to target when any user replies to any comment?


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4176
 

Change it to this:

#wpcomm .wc-reply.wc-blog-post_author > .wc-comment-right{ .... }

   
DrJekyll reacted
ReplyQuote
Share:
Scroll to top