Adding tagline under logo

Step 1: Uploading Site Logo

  1. Login to Dashboard
  2. Navigate to Appearance -> Customize
  3. You will redirect to new page. Expand the Header panel
  4. Expand “Heaver Logo” section
  5. Select “logo” from Logo Type drop down list
  6. Upload the logo at Logo Image (Regular) section
  7. Click on “Save & Publish” button

Step 2: Setup Header Layout

  1. Navigate to Appearance -> Customize page
  2. Expand the Header panel
  3. Click on Header Layout section
  4. Select “Nav Centered” from Layout Drop Down list
  5. Click on “Save & Publish” button
  6. Close the customizer now

 

When Menu is Center Align

Right now there have no hook or filter for Beaver Builder Site logo. So we shall directly modify a core file. Copy the “nav-centered.php” file from parent theme’s includes folder and put into your child theme’s includes folder. Now open this file on Notepad or any PHP editor and replace the full code with this one:

nav-centered.php file

itemscope="itemscope" itemtype="http://schema.org/WPHeader">

When Menu is Right Align

Copy the “nav-right.php” file from parent theme’s includes folder and put into your child theme’s includes folder. Now open this file on Notepad or any PHP editor and replace the full code with this one:

nav-right.php file

itemscope="itemscope" itemtype="http://schema.org/WPHeader">

When Menu Below the Site Logo

Copy the “nav-bottom.php” file from parent theme’s includes folder and put into your child theme’s includes folder. Now open this file on Notepad or any PHP editor and replace the full code with this one:

nav-bottom.php file

itemscope="itemscope" itemtype="http://schema.org/WPHeader">

That’s it. Refresh your site and see the effect.

Posted in