The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to get rid of w...
 
Share:
Notifications
Clear all

[Solved] How to get rid of white line above form

6 Posts
2 Users
1 Reactions
120 Views
Posts: 30
Topic starter
(@joslammers)
Eminent Member
Joined: 2 months ago

Hi forum,

Is it possible to remove the white line above the comment form?

screenshot

 Hope this shows what I mean?

If not, you can see the line here between the ppst and the form requesting for a reaction: https://www.joslammers.nl/2025/06/12/anders/

Thanks for helping out! It's getting more perfect every day 🙂

Jos

5 Replies
Posts: 30
Topic starter
(@joslammers)
Eminent Member
Joined: 2 months ago

As a nice alternative: how can I give both lines another color?

Jos

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8060

@joslammers 

Please find the solutions below: 

1. Remove lines: 

#wpdcom .wpd-form-head {
   border-bottom: none;
}

#wpdcom .wpd-thread-head {
   border-bottom: none;
}

 2. Change color of the lines: 

#wpdcom .wpd-form-head {
    border-bottom-color: #000 !important;
}

#wpdcom .wpd-thread-head {
   border-bottom-color: #000 !important;
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

The red-marked value can be changed as you like.

Posts: 30
Topic starter
(@joslammers)
Eminent Member
Joined: 2 months ago

Thanks! Is it twice 'bottom' or should one be 'top'?

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8060

@joslammers 

Yes, both are border-bottom properties. The code is correct. Please check it. 

Posts: 30
Topic starter
(@joslammers)
Eminent Member
Joined: 2 months ago

It works perfect! Thanks a lot!

 

Jos

Share: