remove featured image text from boardwalk slider

  • Unknown's avatar

    “featured image” text shows on boardwalk’s slider and I’d like to remove this.

    Possible?

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there Helene!

    On this theme, you can hide the “Featured” tag. However, because of the way code is written, it will also hide the posts’ dates.

    If you’d like to give this a try, click Appearance → Customize in your site’s Dashboard (or click HERE). Then, click CSS in your right-hand menu. In the CSS Revisions box, please paste the following underneath all existing text:

    .entry-meta {
    font-size: 0.875em;
    line-height: 1.7142857;
    visibility: hidden;
    }

    Then Save your changes.

    That should do the trick! If I can help in any other way, please drop me a line. Cheers :)

  • The topic ‘remove featured image text from boardwalk slider’ is closed to new replies.