Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • cwilborngv Friend
    #175252

    I’d like to know how to remove the captions from image thumbnails in blog layout.

    Here’s am example: http://beta.gazettevirginian.com/index.php/sports

    The thumbnail is centered and the caption below it … but captions aren’t needed for a preview.

    Thanks!

    khoand Friend
    #444953

    <em>@cwilborngv 309173 wrote:</em><blockquote>I’d like to know how to remove the captions from image thumbnails in blog layout.

    Here’s am example: http://beta.gazettevirginian.com/index.php/sports

    The thumbnail is centered and the caption below it … but captions aren’t needed for a preview.

    Thanks!</blockquote>
    Hi,
    You find this code from http://beta.gazettevirginian.com/templates/ja_teline_iii/css/template.css

    .img_caption p {
    padding: 1px 0;
    color: #CCC;
    background: #333;
    border-top: 1px solid white;
    margin: 0;
    text-align: center;
    display: none; < add this line
    }

    cwilborngv Friend
    #444955

    Excellent! That works perfect! Thanks!

    cwilborngv Friend
    #445688

    Actually, this now takes the caption off in the article body. I only wanted to remove the caption when on the category blog page.

    Any thoughts?

    khoand Friend
    #445715

    You try add the code into template.css

    .blog .img_caption p {
    display:none;
    }

    cwilborngv Friend
    #445735

    Excellent! That did the trick! Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  cwilborngv 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum