Hello,
I've been using WpDiscuz for a while now.
On desktop it's working good so far, however, on the mobile version, the comments appear with a transparent background as opposed to white, and are unreadable.
On the earlier versions of WpDiscuz, I fixed that by using a custom CSS code I acquired on the support forums as well, but that same code isn't working for WpDiscuz 7 anymore.
I've attached a screenshot of the problem (that's chrome on an iPad, but I get the same issue on my Android mobile). The live page from the screenshot is https://www.alpharamirez.com/es/violetica-tikon-tikon/
The CSS I used before that is no longer working, in case it's useful, is this:
.comments-area{width:auto;font: 16px Merriweather Sans, sans-serif; line-height: 1.3; font-weight: 300}
#wpcomm {
margin-top: 0 !important;
background: #fff !important;
}
#wc-comment-header{
background: #fff;
}
Thank you very much!


