Homepage pane excerpts / read more button

  • KungFuGrip

    #9203

    Hey guys, I’ve been trying to get rid of the homepage pane excerpts and read more button by using the following, but no luck. Any help?

    .homepage_pane .post-excerpt p {
    display: none;
    }

    .homepage_pane .block-button {
    display: none;
    }

    Thanks

    Jen

    Anonymous

    #42994

    Hi Jen,

    I’ve had a play about in Firebug and the CSS that you’ve mentioned above worked for me. However, given that it’s not working for you, perhaps you could try:

    .homepage_pane .post-comments {display: none;} for the block button

    and

    .homepage_pane .post-excerpt {display: none;} for the excerpt.

    I hope that works……

    Regards,

    Sharon 🙂

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

  • You must be logged in to reply to this topic.