govfresh / govpress

The WordPress theme for government
https://wordpress.org/themes/govpress/
GNU General Public License v2.0
135 stars 50 forks source link

Remove the word home from page content #50

Closed jimdog83 closed 10 years ago

jimdog83 commented 10 years ago

First and foremost, this theme totally rocks! I have been looking for something like this for a long time. It simple enough for a guy like me. I just have one question, I am trying to remove the "home" from showing up in the content area. Its ok to be in the menu. I am trying to find this set of code to remove it but I cant find it no where on the css. Can someone please just guide me to the correct spot where I can make the changes? Thank you.

.home .post-title { display: none; }

lukefretwell commented 10 years ago

@jimdog83 thank you!

Try:

.home .entry-header { display: none; }

jimdog83 commented 10 years ago

Hi Thank you, but where do I place this set of code. That would be great to know. Thank you so much, and I plan on becoming a life time member with this theme. Can't believe how great this theme is!

On Fri, May 23, 2014 at 3:20 AM, Luke Fretwell notifications@github.comwrote:

@jimdog83 https://github.com/jimdog83 thank you!

Try:

.home .entry-header { display: none; }

— Reply to this email directly or view it on GitHubhttps://github.com/govfresh/govpress/issues/50#issuecomment-43962441 .

jimdog83 commented 10 years ago

Thank you!

jimdog83 commented 10 years ago

Hi Luke!

Perfect! it work like a charm!!!

On Fri, May 23, 2014 at 6:41 AM, Jimmie Tolbert < tolbertjimmie@googlemail.com> wrote:

Hi Thank you, but where do I place this set of code. That would be great to know. Thank you so much, and I plan on becoming a life time member with this theme. Can't believe how great this theme is!

On Fri, May 23, 2014 at 3:20 AM, Luke Fretwell notifications@github.comwrote:

@jimdog83 https://github.com/jimdog83 thank you!

Try:

.home .entry-header { display: none; }

— Reply to this email directly or view it on GitHubhttps://github.com/govfresh/govpress/issues/50#issuecomment-43962441 .

lukefretwell commented 10 years ago

Awesome. Closing this out. Let us know when you've launched your site!

jimdog83 commented 10 years ago

We do so! Thank you

On Fri, May 23, 2014 at 6:56 AM, Luke Fretwell notifications@github.comwrote:

Closed #50 https://github.com/govfresh/govpress/issues/50.

— Reply to this email directly or view it on GitHubhttps://github.com/govfresh/govpress/issues/50#event-124103651 .