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

[Solved] Comment Box not integrating with theme

3 Posts
2 Users
0 Likes
792 Views
Posts: 2
Topic starter
(@dccccc)
New Member
Joined: 3 years ago

Hi,

I love the features provided by the wpdiscuz comment plugin but I'm having some issues. Firstly, the comment section is showing up  transparent box with no sort of formatting/design.  Secondly, I would like to remove the article rating feature at the end of the posts if possible.

 

Here's a link to the site https://creepydeck.com/2021/01/19/costume-party/

Topic Tags
2 Replies
Asti
Posts: 7105
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @dccccc,

Firstly, the comment section is showing up  transparent box with no sort of formatting/design.  

Use the CSS code below: 

#comments, #respond, .comments-area, #wpdcom {
background-color: #fff;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Secondly, I would like to remove the article rating feature at the end of the posts if possible.

Please read this doc: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/manage-comment-forms/comment-form-settings/#enable-post-rating

1 Reply
(@dccccc)
Joined: 3 years ago

New Member
Posts: 2

@asti Thanks so much!

Share: