We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.
Hi! In the question page option there are two options: Odd Answer Background Color and Even Answer Background Color. I would like to have these options for comments. Thanks.
There is no such option available in theme settings. However, you can achieve this by dropping below code into Max Control theme custom.css file
.qa-c-list-item:nth-child(odd) { background-color: #EEE; // change color value you want. }
Thanks. That works fine.
Glad. to help you.. :)