TwentySeventeen: Remove pin graphic from sticky post

  • Unknown's avatar

    Hi,

    I want to remove the pin graphic next to the sticky post on the home page. I have search through the posts here and tried various custom CSS options but nothings worked.

    Could someone point me in the right direction please?

    Cheers

    Ben

    The blog I need help with is: (visible only to logged in users)

  • #icon-thumb-tack {
    	display: none;
    }

    This might do the trick. Add this custom CSS to your WordPress.com site. Let me know how it goes.

  • bendelasalle – give this a try:

    .sticky .icon-thumb-tack {
      display: none;
    }

    strikebuys – you were close, but the selector isn’t quite right. :) Testing your CSS in a browser inspector will ensure it works before giving it to someone here. Thanks for helping out!

  • strikebuys – you were close, but the selector isn’t quite right. :) Testing your CSS in a browser inspector will ensure it works before giving it to someone here. Thanks for helping out!

    Thanks on your kind words, Kathryn! I did try this code on Google Chrome and it worked. I am not much of a pro in CSS though and I am constantly learning. Thanks!

  • Unknown's avatar

    Thanks both,

    .sticky .icon-thumb-tack {
    display: none;
    }

    worked a treat!! I’m learning as I go and tried lots of the other solutions for the same problem on here.

    Thanks again!

  • Awesome, glad you’re set!

  • The topic ‘TwentySeventeen: Remove pin graphic from sticky post’ is closed to new replies.