Remove website header from Details page

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 7 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #273474

    Clinton Williams
    Expired Member
    Post count: 34

    I’m attempting to remove the website header from my Place & Events details page but all of the CSS code I’ve tried is not working. I don’t want to remove it from the rest of the site just all single place & event pages.

    Do you have a solution?

    #273662

    Kor
    Moderator
    Post count: 16516

    Hi Clinton,

    Do you mind sharing the URL of the site in question so I could tell you the correct CSS snippet to do this?

    Thanks!

    #274164

    Clinton Williams
    Expired Member
    Post count: 34

    Sure. The link below is a sample Place listing

    http://usherinapp.com/usherin/rittenhouse-square/

    #274182

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    This will do it:

    
    
    .single.geodir-page #header {
        display: none;
    }

    Best place to add it is GD >> Design >> Scripts >> Custom CSS.

    Thanks

    #274206

    Clinton Williams
    Expired Member
    Post count: 34

    perfect. thank you

    #274257

    Clinton Williams
    Expired Member
    Post count: 34

    Actually I take that back. That has removed the header from every page of my site. I added the CSS as detailed above

    Best place to add it is GD >> Design >> Scripts >> Custom CSS

    #274265

    Paolo
    Site Admin
    Post count: 31206

    Doesn’t look like it… http://usherinapp.com/usherin/

    Let me know.

    Thanks

    #274674

    Clinton Williams
    Expired Member
    Post count: 34

    It wasn’t working by adding it to the GD CSS script. I got it to work by adding it to my entire sites’ CSS.

    #274785

    Paolo
    Site Admin
    Post count: 31206

    oh, ok, thanks for letting us know 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket