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!
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;
}