• Resolved julesjunction

    (@julesjunction)


    Hi,
    I am a beginner so apologies if my question is very simple.

    I was wondering how I might remove the post description on the grid posts?

    I would like to show the thumbnail and the post title on the grid but not the text that is on the post. I do want to show the text on the post itself.

    Is this something I do in CSS or in the template files? So far I have just changed a bit of CSS using the ‘Your custom CSS’ box under the theme options layout section. So no child theme as yet.

    My website (which I’m still working on and isn’t live) is http://www.jgdigital.co.uk/eurobright/

    Theme: http://wordpress.org/extend/themes/pinboard

    Thank you for any help and advice

    Jules

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter julesjunction

    (@julesjunction)

    I think I did it, it seems to work but not sure if it is the best way to do it though?

    I added the following CSS to the ‘Your custom CSS’ box under the theme options layout section

    .entry-summary p {
    display:none;
    }

    I have the same question and your solution works but seems to leave a lot of extra space below the post image and title. Maybe there is a better way?

    Thread Starter julesjunction

    (@julesjunction)

    If there is a better way to do it then I would like to know. Any suggestions welcome.

    On my browser there is no extra space showing, just the image and title, well at least not on my chrome browser anyway.

    I’ve moved my website, it’s now at http://www.eurobrightsolutions.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove post text from thumbnail grid’ is closed to new replies.