Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How to remove the top image and menu name of a page? #186552
    carito
    Participant

    I could not make it work with the recommendation.

    So this is what I am doing. When editing the page I get the id and then used in the CSS code like this:

    .postid-774 #page-site-header {
    padding: 63px 0;
    background-image: none !important;
    }
    .postid-774 header.page-header {
    display: none;
    }

    I added it to the CSS section and published the change, nothing happens. I do still see the Page label and the Featured Image on the page.

Viewing 1 post (of 1 total)