Good morning, How can I change the default document icon that shows on the cat list? ideally I would either link this with no icon or to replace that? Many thanks Mark
Please could I have a response to this? thanks
Hi
You can override with this css rule:
.category-module li a::before { content: "\f147" !important; }
and replace the content value for the Font Awesome icon you wish.
super, thanks
You're welcome 😉