[Resolved] Replace Category and Tag icons?

Home Forums Support [Resolved] Replace Category and Tag icons?

Home Forums Support Replace Category and Tag icons?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1025435
    Carol

    Instead of a folder icon and tag icon for categories and tags, I would like to use:

    Filed Under: (for categories)
    Tagged With: (for tags)

    How can I do this, please?

    #1025517
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .cat-links:before {
        content: "Filed Under: ";
        width: auto;
        font-family: "Lato", sans-serif;
    }
    .tags-links:before {
        content: "Tagged With ";
        width: auto;
        font-family: "Lato", sans-serif;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1025526
    Carol

    Yes, thank you.

    That helps. πŸ™‚

    But the links are same color as text.

    Need them to be link color I chose.

    Thank you.

    #1025527
    Leo
    Staff
    Customer Support

    The code I provided should do that.

    Have you tried it?

    Let me know πŸ™‚

    #1025531
    Carol

    Edited my message above
    – πŸ™‚

    #1025534
    Carol

    Possible to make links a different color?

    #1C75BB

    #1025539
    Leo
    Staff
    Customer Support

    Have you tried the settings in Customizer > Colors > Content > Entry Meta Links?

    Let me know πŸ™‚

    #1025618
    Carol

    Leo, You’re the BEST!

    So THAT’S what entry meta links are! lol

    Thank you so much!!

    Carol

    #1025619
    Leo
    Staff
    Customer Support

    Glad I could help πŸ™‚

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