• Resolved Finansjaal

    (@finansjaal)


    Hi,

    I’m trying to remove the entry-header from a specific page. I want to make a new homepage for my website. This page is still hidden.

    However, I cannot figure how to remove the entry-header from one specific page.

    I did find this answer in another topic:

    .post-2 .entry-header.has-text-align-center.header-footer-group {
    display: none;
    }

    Unfortunately, it doesn’t do the trick.

    Can you please help with this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have to make sure you have the specific post you want to modify.

    .post-2 is probably not the post number on your site.

    Make the element style as specific as possible.

    That is as much help as I can give at the moment.

    Thread Starter Finansjaal

    (@finansjaal)

    Thank you for your reply! You are right, 2 is not the post number. However, I already changed that without result.

    Have you tried using the browser inspector to experiment with styles and the specificity of the element? That is how I would begin.

    Then when you get the right combination of things, put it in the dashboard > appearance > custom css. That will override the element’s style for as long as you want.

    Best of luck.

    Thread Starter Finansjaal

    (@finansjaal)

    Thanks for your reply. I managed to fix it. The problem was another piece of CSS which blocked this for whatever reason. When I switched these in the CSS hierarchy it worked!

    • This reply was modified 5 years, 7 months ago by Finansjaal.

    A matter of the cascade of the stylesheet.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Twenty Twenty: remove entry-header’ is closed to new replies.