[Resolved] Changing category link folder color

Home Forums Support [Resolved] Changing category link folder color

Home Forums Support Changing category link folder color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1566893
    Ben

    Using advice in another post here I have used php in my child theme to move my category link to above the post title in single posts. I would just like to know the css to change the folder icon colour now. You can see it here, the folder above the post title and to the left of the cat link is black, I’d like to change it to grey:

    https://www.notesinspanish.com/2008/02/27/intermediate-spanish-podcast-46-la-nueva-inmigracion/

    Thanks, Ben

    #1566944
    Elvin
    Staff
    Customer Support

    Hi,

    This is the CSS selector for the folder icon.

    span.gp-icon.icon-categories {
        color: gray;
    }
    #1567797
    Ben

    Thanks Elvin, that’s perfect.

    #1569752
    Elvin
    Staff
    Customer Support

    Thanks Elvin, that’s perfect.

    Nice one. No problem. 🙂

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