Get rid of "Featured" word on blog posts: Boardwalk theme
-
I would like to get rid of the word “Featured” on sticky posts in Boardwalk. How do I do that? Thanks! =)
The blog I need help with is: (visible only to logged in users)
-
Hi! This will do the trick:
.blog .sticky .entry-meta { display: none; }That only hides the word Featured. If you want to hide the dates of non-sticky posts, too, use this:
.blog .entry-meta { display: none; }Cheers!
- The topic ‘Get rid of "Featured" word on blog posts: Boardwalk theme’ is closed to new replies.