Home Forums Themes Support Aqua WordPress Theme remove header

Tagged: 

Viewing 6 reply threads
  • Author
    Posts
    • #8668

      Hi! I would like to make a landing page without a header. Currently I use the “no title bar” page template: http://arvencare.com/. Is it possible to remove it or should I use some other template?

      Thanks, Petra

    • #8678

      Hi arvencare,

      Thanks for reaching us!
      To remove the header at the page you can add some CSS line at Custom CSS.
      Please go to Theme Options -> Custom CSS -> add some line CSS -> Click on button Save.

      Thanks!

    • #9146

      Thanks. I entered the code below but it doesn’t work. Should I use some other code?

      .site-header {
      display: none;
      }

    • #9179

      Hi arvencare,

      I have visited your site already!
      And I see you removed the header.

      Thanks!

    • #9243

      Hi! I actually didn’t succeed in removing the header. I’ve then changed the page template to Slider Revolution blank template, but with this template I also lost the footer. So I put the footer content in a simple text box.

      Should the written code work with the default template?

      Thanks, Petra

    • #9261

      Hi!
      In our design, we dont have this option. You can turn off header for one page by follow this step:
      – Edit your page
      – open Visual Composer page setting
      – Add your custom CSS

      .tb-header-wrap{
      display: none;
      }

      – Save and public your page
      http://prntscr.com/gq6dl6
      If you have any problem, please back with us.
      Thank you!

    • #9431

      Thanks, now it works!

Viewing 6 reply threads

You must be logged in to reply to this topic.