Category image not display properly

3.60K viewsIssuesbug category wordpress
0

Hi,

I am using latest version.

I have set an image to category without setting an icon class and a color.

But it automatically takes an icon.

Please advice how to overcome this.

Attachments

image.jpg
0

Hello,

Just add this css code to any css file you want:

#anspress .ap-category-item .ap-cat-img-c .ap-category-icon{
display: none;
}