How to change categories page background colour?

4.49K viewsCore
0

Hi,

I wonder wether this can be done easily, I would like to change the categories page background colour to something else, it is showing white at moment, can you guide me through, thanks?

0

Add this CSS:

#ap-categories{
    background: #fff;
}

@Rahul – Where do I add this code to? Can you provide me a bit more details, thanks.

in your WP theme style.css