DIVI: Hide navigation or main menu

Bildschirmfoto 2020 10 01 um 16.10.54
Contents

    To get rid of the main menu at the top of the DIVI theme, you can use this CSS code:

    #main-header { display:none; }
    #page-container { 
    	padding-top:0px !important; 
    	margin-top:-1px !important 
    }

    Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

    Updated on 1. April 2024
    Was this article helpful?

    Leave a Reply

    Your email address will not be published. Required fields are marked *