Q2A Market - Support

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.

odd and even comment background color

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.

Q2A Website math.irancircle.com
opened on Jul 25 in Max Control

1 Answer

 
Best answer

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.
}
answered Jul 25
selected Jul 25

Thanks. That works fine.

Glad. to help you.. :)