Notifications
Clear all

How to remove the border underneath the commenter's name and below "Reply"?

6 Posts
2 Users
0 Reactions
1,577 Views
(@starlanding)
Member Customer
Joined: 7 years ago
Posts: 5
Topic starter  

How can I remove the light gray border beneath the commenter's name? And below the Reply?

Thanks!


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6223
 

Hi   starlanding,

You need to use the following CSS code. Navigate to Dashboard > Comments > Settings > Styling admin page put this code in "Custom CSS Code" textarea. Delete all caches do CTRL + F5 on frontend.

#wpcomm .wc-reply .wc-comment-header {
border-bottom: none;
}
#wpcomm .wc-comment-header {
border-bottom: none;
}
#wpcomm .wc-sticky-comment.wc-comment .wc-comment-header {
border-bottom: none;
}
#wpcomm .wc-reply .wc-comment-header {
border-bottom: none;
}

   
ReplyQuote
(@starlanding)
Member Customer
Joined: 7 years ago
Posts: 5
Topic starter  

Thank you very much!


   
ReplyQuote
(@starlanding)
Member Customer
Joined: 7 years ago
Posts: 5
Topic starter  

This works for everything, except the Reply button. I am still seeing a bottom border... Any idea on how to get rid of this? Thank you!


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6223
 

Hi starlanding,

You need to use the following CSS code:

#wpcomm .wc-cta-button, #wpcomm .wc-cta-button-x{
border-bottom: none;
}

   
ReplyQuote
(@starlanding)
Member Customer
Joined: 7 years ago
Posts: 5
Topic starter  

Thank you very much!


   
ReplyQuote
Share:
Scroll to top