Home › Forums › Support › Custom badge for the Sticky Post This topic has 3 replies, 2 voices, and was last updated 4 years ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 11, 2019 at 3:38 pm #836058 Hubner TANGUY Hello GeneratePress team/community, I’m trying to make appear a custom badge over the sticky post, does anyone have some tips/guideline on how to achieve that? Something such as in the image below: Thanks in advance π Ps. I LOVE how GP makes things easier. Well done! Elements hooks are a blessing. GeneratePress 2.2.2GP Premium 1.7.8 March 11, 2019 at 4:09 pm #836071 DavidStaff Customer Support Hi there, you could use some CSS like this: .blog .post.sticky { position: relative; } .blog .post.sticky:before { content: url("http://www.example.com/test.png"); position: absolute; top: 0; left: 0; } Just need to create a PNG for your badge and set in your Content URL. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 12, 2019 at 2:27 am #836316 Hubner TANGUY Hello David, Alright, I have done that. Thanks for the quick help π Have a great day, Tanguy H. March 12, 2019 at 3:51 am #836374 DavidStaff Customer Support Awesome – glad to be of help π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In