• Resolved Gustav820

    (@gustav820)


    I have the Twenty Eleven theme. How can I delete or change the title that says “Featured” in top of sticky posts? I would like to remove it.

    Thanks alot! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Locate the following:

    <header class="entry-header">
    <h3 class="entry-format">Featured</h3>

    Either delete it or, in CSS use;

    h3.entry-format{display:none;}

    Thread Starter Gustav820

    (@gustav820)

    Thank you very much! It worked ??
    I found it in content.php.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured text in sticky post’ is closed to new replies.