Notifications
Clear all

[Solved] wpDiscuz - Update - New comment border

7 Posts
2 Users
2 Likes
789 Views
Posts: 54
Customer
Topic starter
(@soft-designs)
Member
Joined: 4 years ago

Greetings - After a recent update, one of our users has issues with the new comment thread border.  

The new boxes around the comments makes it really difficult to read them, especially when there are a lot of different comments in one thread, especially when reading on a phone screen.

Is there an option to toggle this new border on/off?

6 Replies
Astghik
Posts: 5911
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

@soft-designs,

Could you please show the issue on a screenshot? 

Posts: 54
Customer
Topic starter
(@soft-designs)
Member
Joined: 4 years ago

Hi Friends - 

SCREENSHOT: https://www.screencast.com/t/hgvjIXtJYbQC

POST URL = https://voice.club/story/fiction/38119/2022-micro-03-grandpa-had-a-toolbox#comment-14340

We need a toggle setting to enable/disable and remove those borders around the comments in the screenshot above.

4 Replies
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5911

@soft-designs,

This comes from the active theme. Please watch this video to better understand what we mean: https://www.screencast.com/t/yXp9IehM

It adds the border: 3px solid var(--base-color); CSS rule for the .comment div. 

You can use the CSS code below to remove it: 

.comment {
    border: none;
}

I may also suggest you reduce the value of the padding CSS property:

.comment {
     padding: 0px;
}
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5911

Also, please note all questions related to the free wpDiscuz plugin should be asked in the wpDiscuz.com forum. Here we only support issues related to paid addons.

Customer
(@soft-designs)
Joined: 4 years ago

Member
Posts: 54

@astgh - Hi - We will try your CSS above - thanks 🙂

Also - We have been paying customer for years.  We just recently purchased your full "wpDiscuz Addons Bundle". We thought the paid support forum would have higher priority response for paying customers.

Since we pay yearly for your full wpDiscuz bundle, I assumed we should post our questions in this paid support forum?

Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5911

Dear @soft-designs,

If the question is related to the free wpDiscuz plugin it doesn't matter if you're a paid customer or not. 

For further support just note: 

  • Paid add-ons are being supported here. 
  • The free wpDiscuz plugin is being supported on the wpDiscuz.com forum. 
Share:
Scroll to top