Okay
  Public Ticket #3567278
Removing Footer/Nav
Closed

Comments

  • coridaly started the conversation

    Hello! Very excited to start using your theme after deciding to change up the usual Aveda. I am working on a landing page and am not seeing how I would remove the navigation as well as the footer? I used the css code in an article for the footer so far, but now there is a big white gap. Since this is only a landing page and will only be one, how can I remove the white space, and the navigation?

    UPDATED: I saw how to change the template to remove header and footer, now just need help removing the white gap where the footer was

  •  1,655
    Judith replied

    Hi Coridaly,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .full-width-content .col.padding-10-percent > .vc_column-inner {
        height: 94vh;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.

     If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.