Hi there
I would like to remove the Icons from Post meta Information. I did that with the following Code:
[data-x-icon-s]:before {
content: none;
}
This works well but also removes the arrow Icon in my scroll-top button.
Is there any solution for removing only the post meta Icons?
Thank you very much for your help.