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 Off-Canvas Advanced Menu?

How to add Logo to Off-Canvas Advanced Menu?

Logo is the identity of the brand and it becomes really important to display it 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 the Off-Canvas 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 “offcanvas_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: Replaced 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 or in Customizer and edit it as per your requirements.

Save the changes and the logo should now be visible in the Off-Canvas Menu.

Logo in Off-Canvas Menu Type

Beaver Builder off-canvas menu with content
Logo in the off-canvas menu

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

Was this article helpful to you? Yes 4 No
×