• Resolved mxmark825

    (@mxmark825)


    I have gamepress pro,

    How can I remove the little green box next to all the posts on the homepage of my gamepress site? I tried commenting out the entry-date code in style.css but it still left an annoying green line with the date in the middle of the post description. Sorry if this was hard to understand. Thank you ! 🙂

Viewing 1 replies (of 1 total)
  • Theme Author alex27

    (@alex27)

    First of all you shouldn’t edit style.css (or any other theme file) directly – you’ll lose your changes during next update. I recommend using My Custom CSS plugin instead.
    You should be able to remove the date box by adding:
    .entry-date { display:none; }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove entry-date box from posts on home page?’ is closed to new replies.