Okay
  Public Ticket #3587515
Remove the navigation header and footer on checkout page
Closed

Comments

  •  4
    TMEmedia started the conversation

    Hi, 

    Is there a way to remove the header and footer on the checkout page?


    BR Thomas

  •  8,425
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce-checkout div#footer-outer,.woocommerce-checkout #header-outer {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    TMEmedia replied

    Thank you! 

    Perfect functionality. 

    Cheers! 
    Thomas