Notifications
Clear all
Topic starter
23/03/2017 11:55 pm
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?
24/03/2017 12:08 am
Change it to this:
#wpcomm .wc-reply.wc-blog-post_author > .wc-comment-right{ .... }
DrJekyll reacted