• Hi everyone, im trying to figure out with no luck so far how to remove a white color bar field, which Fire Bugs identifies as Entry-Header class on my Home page right under featured posts https://www.ejmedia.info
    I tried:

    entry-header.page-id-353 #page {
    display:none;
    }

    I would really appreciate any ideas…

    thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Edit: have just found the site link.

    So if the purpose is to have only featured content on front home page and nothing else below it, use this CSS in your child theme style.css.

    .home.page #primary { display: none; }
    Thread Starter kristinujas

    (@kristinujas)

    Fire Bug finds:
    <header class=”entry-header”>
    <div class=entry-content>

    Tried change in to black color, but didn’t respond to changes either…

    Thread Starter kristinujas

    (@kristinujas)

    Awesome!! thank you very much!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove entry-headerTwenty Fourteen’ is closed to new replies.