Hi. I purchased this add on and I have a question for you.
There is a way to change via CSS the background color of the popup box with the complete info of the comment's author?
Thank you!
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi. I purchased this add on and I have a question for you.
There is a way to change via CSS the background color of the popup box with the complete info of the comment's author?
Thank you!
Please put it in Dashboard > Comments > Settings > Styling Tab > Custom CSS Code textarea. Save it, delete all caches, go to website front-end and press Ctrl+F5 to reset browser cache:
.lity-wrap #wcaiInfo{
background-color: #CCCCCC !important;
}