• toprobroy

    (@toprobroy)


    I tried this to remove the header on a particular page, but it doesn’t work
    I tried others that were in closed topics, but nothing is working.

    Can anyone suggest anything. Thanks.

    .page-id-19780 .site-header {
    display: none;
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    For your theme, as you have it configured:

    .page-id-19780 .masthead.inline-header.justify.full-height.full-width.shadow-decoration.show-mobile-logo {
        display: none;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    When someone arrives at this page, how do they get back to your site? You’ve vanished the menu.

    Thread Starter toprobroy

    (@toprobroy)

    Hi Steve. Thanks for that. Spot on and works a treat.
    I will check out the customiser stuff, but this isn’t my strength but it’s always good to pick up a wee bit more skills.

    This is just a test page for now, but I have a complex form and I will replicate these when done, so that each will automatically direct the type of enquiry, to a useful page.

    Hope that makes sense, and it seems to me the best way to accommodate things, given my limited knowledge.

    Thanks again.
    Robert

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

The topic ‘Removing Header on Page – Nothing works’ is closed to new replies.