Notifications
Clear all

[Solved] How to disable line separator at top of the comments section

3 Posts
2 Users
0 Likes
540 Views
(@sebahattin-demir)
New Member
Joined: 4 years ago
Posts: 2
Topic starter  

Hello,

We use the WPDisquz plugin.
At the top of the comments section at the bottom of each article comes a line separator. You can see it in the photo from this link. How do I remove this line separator?

Thanks in advance for your interest and assistance.
Regards.


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

Hi @sebahattin-demir,

Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS code in the "Custom CSS code" textarea:

#wpcomm{
border-top: none !important;
}

Don't forget to delete all caches and press CTRL+F5(twice) on the front end before checking.


   
(@sebahattin-demir)
New Member
Joined: 4 years ago
Posts: 2
Topic starter  

Thank you Elvina!

Problem was solved 🙂


   
Share:
Scroll to top