The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
CSS Comment Area an...
 
Share:
Notifications
Clear all

Question [Solved] CSS Comment Area and Reply

3 Posts
2 Users
0 Reactions
112 Views
Posts: 8
Topic starter
(@iamtheachmad)
Active Member
Joined: 1 month ago

Hi, 

I have theme with features Light/Dark mode.

How can I change the color css for Dark mode in comment are "Join the discussion" and reply background (Layout #2).

Thank you.

Screenshot 2024 12 10 160234
Screenshot 2024 12 10 160153

 

2 Replies
Asti
Posts: 7658
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

The CSS codes you can use: 

/*reply section*/
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap {
    background: transparent;
}
/*textarea*/
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea {
    background: transparent;
}
/*name, email, website fields*/
#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item > * {
    background: transparent;
}

This FAQ should be helpful for you: https://wpdiscuz.com/community/f-a-q/how-to-customize-the-wpdiscuz-wordpress-plugin-styles/

1 Reply
(@iamtheachmad)
Joined: 1 month ago

Active Member
Posts: 8

@asti Thank you very much, best plugin comment 😀

Share: