Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
214 views
in Q2A Core by
Hello, please tell me how to do Different backgrounds on each Categories?

If you can past a css or a php code i would be grateful.

Thank you!

Viiboo
Q2A version: 1.7.5

1 Answer

+1 vote
by

You can do that by creating specific declarations for the qa-category-# class.

The number varies according to the category.

An example:

.qa-category-1 {

background-image: url(http://www.qygjxz.com/data/out/193/5485088-random-image.png);

}

...