How to delete the "FEATURED" text when you have made some blog posts sticky?
-
I would like to hide the “FEATURED” text above the blog posts that I have made stick to the home page. Is this possible? Many thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
It can be hidden by adding the CSS below to your site in My sites > Customize > CSS
.sticky-flag { display: none; }https://en.support.wordpress.com/custom-design/editing-css/
Adding custom CSS is only possible if you’ve graded to a Premium and Business plan
If the CSS doesn’t work, please let me know.
Thanks :)
- The topic ‘How to delete the "FEATURED" text when you have made some blog posts sticky?’ is closed to new replies.