• Resolved filibuster

    (@filibuster)


    Hey guys. Just starting a new site and editing up a free theme I downloaded.

    One feature of the theme is that it creates little preview boxes for your posts, with a feature image thumbnail, headline, and a few lines of the post itself. I like the thumbnails and headlines, but want to ditch the preview text. Can’t seem to find the relevant code to edit, hoping you guys can help! Here’s the site:

    http://www.filibustercartoons.com/tanookisite/

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your style.css look for this line:

    #content .featured_box p {
        color: #323232;
        font-size: 11px;
    }

    Change to:

    #content .featured_box p {
        color: #323232;
        font-size: 11px;
        display:none;
    }

    Consider getting the addon Firebug for Firefox. Will save you lots of time searching for code.

    Thread Starter filibuster

    (@filibuster)

    Thanks! That did the trick. And thanks for the tip on Firebug, I’ll look into it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing preview text on post links’ is closed to new replies.