Theme Documentation

Computers & Accessories Megamenu Item

  1. Navigate to Static Content > Add New.
  2. Give it a title, lets say "Computers & Accessories Megamenu Item". The title is not used anywhere in displaying the menu.
  3. Click on Backend Editor. It will display Visual Composer Backend Editor. We will use this back end editor to build our Computers & Accessories Megamenu Item.
  4. Computers & Accessories Megamenu Item has 2 rows.

Row 1

  • Column 1 - Click on the Add button. It should popup Add Element button. Let us add Single Image widget under All.

Row 2

  • It has two columns with the ratio 1/2 + 1/2
  • Both the columns has Text Block.
  • Text Block : The content of the Text Block
<ul>
    <li class="nav-title">Computers &amp; Accessories</li>
    <li><a href="#">All Computers &amp; Accessories</a></li>
    <li><a href="#">Laptops, Desktops &amp; Monitors</a></li>
    <li><a href="#">Pen Drives, Hard Drives &amp; Memory Cards</a></li>
    <li><a href="#">Printers &amp; Ink</a></li>
    <li><a href="#">Networking &amp; Internet Devices</a></li>
    <li><a href="#">Computer Accessories</a></li>
    <li><a href="#">Software</a></li>
    <li class="nav-divider"></li>
    <li><a href="#"><span class="nav-text">All Electronics</span><span class="nav-subtext">Discover more products</span></a></li>
</ul>

Output of Computers & Accessories Menu