• Resolved amk1208

    (@amk1208)


    Hello hestia community,

    I created a featured blog post and it writes the word “Featured:” in front of my post title. Since the visualisation displays very nicely and obviosly that this is a featured blog post, I’d like to not have additionaly writen there.

    How do I tell the theme to not do that?

    Thanks in advance and kind regards.

    • This topic was modified 6 years, 1 month ago by amk1208.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Amk,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    h2.card-title.entry-title:before {
      display: none;
    }

    Thanks!

    Thread Starter amk1208

    (@amk1208)

    Hi emranemranx,

    perfect, that worked! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove the word “Featured:” from title of featured blog post’ is closed to new replies.