[Resolved] Category Folder Icon Removed when setting Icon Types to SVG

Home Forums Support [Resolved] Category Folder Icon Removed when setting Icon Types to SVG

Home Forums Support Category Folder Icon Removed when setting Icon Types to SVG

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1317773
    Alan

    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,

    #1317838
    David
    Staff
    Customer Support

    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;
    }
    #1317901
    Alan

    Thanks,

    #1318054
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.