Thumbtack icon

Home Forums Gillion Theme Thumbtack icon

Home Forums Gillion Theme Thumbtack icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • AMyers1202
    Participant

    How do I eliminate the thumbtack icon on my blog titles?

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi  @amyers1202,

     

    Thank you for your question.

     

    It is displayed for sticky posts.

     

    If you don’t want to display it for sticky posts then you can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    article i.post-sticky.icon-pin {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    AMyers1202
    Participant

    Thank you!  I am satisfied with the resolution.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)