Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25785

    hope this makes sense, thanks

    #128189

    Hi mike0077,

    You would need to use page specific css to target the other items inside the header and do a display: none declaration on those class selectors. If you are using the responsive setting it would have to be done for the mobile menu as well.

    If you can show an example page we can assist with a bit of sample css you can use.

    Regards,

    Devin

    #128190

    thanks for your help,

    the testing site is

    http://thespa.net.au.previewdns.com/

    #128191

    i want to remove the blue bar at the top please, thanks : )

    #128192

    Hi,

    You can add this on your custom.css or Quick CSS

    #header_main {
    display: none;
    }

    #header_meta {
    min-height: 0;
    }

    .fixed_header.social_header #main {
    padding-top: 0;
    }

    Regards,

    Ismael

    #128193

    great thanks for that

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove header but keep the fixed navigation bar that contains social icons’ is closed to new replies.