Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

  1. Home
  2. Docs
  3. PowerPack
  4. Modules
  5. Advanced Menu
  6. How to add Logo to Full Screen Advanced Menu?

How to add Logo to Full Screen Advanced Menu?

Logo’s are the identity of the brand and it becomes really important to display them on the website properly. PowerPack’s Advanced Menu provides an option to add the logo using WordPress Hooks.

Follow the following steps to add the logo to Fullscreen Advanced Menu on your site:-

1. Add an ID to the Advanced Menu under the module’s Advanced tab. In this example, we are using “fullscreen_menu”

Advanced Menu - Adding ID to the module
Advanced Menu – Adding ID to the module

2. Copy and paste the code from the following gist to your theme’s functions.php file.

3. Once copied update the code with the following data :

  • ID: Replace the ID defined in the first step in line 5
  • Logo File URL: Add the link to the logo file in line 12
  • Logo Link URL: Add the link you want to add to the logo in line 11

4. Now add the CSS from the following gist into Beaver Builder’s Global CSS editor and edit it as per your requirements.

Save the changes and the logo should now be visible in the Fullscreen Menu.

Logo in Fullscreen Menu Type

Beaver Builder fullscreen overlay menu
Logo before the nav menu

Click here to check the complete demo of PowerPack’s Advanced Menu.

Was this article helpful to you? Yes 2 No 3
×