Abstract images

Support Area Forums Foundation Abstract images

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.thecommunityplayers.net/category/slideshows/
  • Author
    Posts
  • #29147
    Scott Allen
    Participant

    Hi Bill:
    I’d like to add thumbnail images to the abstracts shown on the referenced page, but I DON’T want that thumbnail to show on the post when you click into it.

    Is there a way to do that in Foundation?

    I”ve tried inserting a photo before the “read more” bar and selecting a featured image, but neither of those options is giving me the result I’m looking for.

    Thanks!
    Scott

    #29149
    Bill Robbins
    Moderator

    Good Morning Scott,

    You can do that. Here’s how:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .single-post .attachment-single {
      	display: none;
      }
      
    3. Update your settings.

    That should leave the featured image in the archive view but keep it from displaying in the single post view. If you run into any trouble let me know.

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Abstract images’ is closed to new replies.