Site logo

Archived topic

Category Folder Icon Removed when setting Icon Types to SVG

3 replies · Started by Alan on June 7, 2020

Viewing posts 1–4 of 4

I changed the icon types to svg in the "General" section of the Customizer and I noticed that the folder icon in the blog meta area is not showing. Not sure if there are any other icons affected. Can you please tell me how to restore the icon?

Thanks,

Hi there,

in your Simple CSS remove this:

.entry-header .cat-links:before {
    display: inline-block;
    padding: 2px;
}

and add this:

.entry-header .cat-links .gp-icon {
    display: inline;
}

Thanks,

You're welcome

This archived topic is closed to new replies.