How Can I remove Categories Icon?

I am looking to remove Categories Icon all together. Thank you

Hi,

Please use these CSS snippets:

For JobHive and ExpertHive:

.hp-listing-category__icon {
    display: none !important;
}

For TaskHive:

.hp-listing-category__image {
     display: none !important;
}

Please note that it can require further customization.

Hi, for some reason category icons are not even shown on the listing page and category sidebar. Can you help me display them?

Hi,

Please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

Please send a link to your site if the issue is still displayed.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.