Hide Scroll Info

  • Unknown's avatar

    I’m using Gridspace by Graph Paper Press. I took of the date, time, etc. from the post using
    .entry-meta {
    display:none;
    }
    but when you scroll over the post on the homepage the date time by info still shows up. I have the CSS upgrade. How can I make just the name of the post show up when scrolling over the post feature image.

    Thanks!
    Julie

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I see you were able to hide the dates for posts on the Gridspace theme’s home page with the following CSS:

    .entry-header p.entry-meta {
    	display:none;
    }

    Nice work!

  • The topic ‘Hide Scroll Info’ is closed to new replies.