Superhero Theme: can I get rid of the featured image caption?

  • I really like the featured image slideshow option, but I don’t need or want the image title/caption displayed. If I leave the titles of the posts in which the featured images are designated, the text is eliminated, but the white rectangle where the text would go remains. Can I get rid of it?

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

  • If you have the Custom CSS Upgrade, you can hide the rectangle by using the following CSS:

    #featured-content.flexslider .slides .hentry {
    display: none;
    }
  • Sorry. The ” tags shouldn’t have been included in the above code snippet. The CSS should read as follows:

    #featured-content.flexslider .slides .hentry {
    display: none; }
  • Thank you for the responses. Now I just have to decide if that little white rectangle bugs me enough to pay to make it go away.

  • The topic ‘Superhero Theme: can I get rid of the featured image caption?’ is closed to new replies.