Out of Stock

Natural Mahogany Banjo Concert Ukulele with Bag

Model: KA-BNJ-MHG-C

$249

This product is temporarily unavailable online.

Notify Me When Available

The Natural Mahogany Banjo Concert Ukulele is a unique fusion of two beloved instruments. It captures the classic, rustic appeal of a banjo in the convenient size of a ukulele. Its signature, twangy tone is softened by nylon strings, creating a sound that’s both vibrant and warm. This banjolele features a Remo Weatherking® Banjo Head, a floating bridge, and beautiful natural mahogany back and sides. A custom-fit Banjolele Gig Bag is included for easy transport and protection.

 

Bag and Case Information

Fits Kala Banjo Ukulele bags and cases.

Specs
Size: Concert
Neck: Mahogany
Finish: Stained Satin Mahogany
Fingerboard: Rosewood
Headstock: Banjo Standard
Nut: Graphtech Nubone (Natural)
Saddle: Maple/Ebony Cap
Truss Rod: Yes
Strings: Aquila Super Nylgut®
Electronics: N/A
Head: Remo Weatherking®
Back & Shell: Five-Ply Mahogany
Includes: Banjo Ukulele Gig Bag
Measurements

Scale Length: 15.0 inches, Overall Instrument Length: 24.25 inches, Shell Diameter: 8.0 inches, Shell Thickness: 0.375 inches, Number of Frets: 18, Fingerboard Width at Nut: 1.38 inches, Fingerboard width at neck/body joint: 1.81 inches

See More From This Collection
4.8
Rated 4.8 out of 5 stars
Based on 26 reviews
Total 5 star reviews: 21 Total 4 star reviews: 5 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
26 reviews
  • DW
    David W. T.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 month ago
    Banjolele

    Banjolele was received promptly and in great condition. Looks and feels good. It has taken a lot of playing for the strings to settle down after stretching but I am having lots of fun with it.

  • DM
    Daniel M.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 months ago
    This is a fun little instrument.

    I thought it looked fun was not sure how it would sound. It’s adorable and it makes every song a little folksy so if you have a collection of ukuleles this is a must.

  • MS
    Michael S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    7 months ago
    Obsessed

    Literally looked at this beauty for a year and finally decided I had to have it. It’s absolutely gorgeous , It is very loud and I am very happy with it

  • JR
    James R H.
    I recommend this product
    Rated 5 out of 5 stars
    9 months ago
    Kala Banjo Ukulele

    Received the banjo ukulele very fast, like the sound. Plays great. Goes along with my other 12 ukuleles.

    I also have a Kala cutaway tenor with equilizer like I play a lot. I belong to a group I started called TUG.

    Tarrant Ukulele Group. I also sold them on the Kala tuner with the recharge feature. Thanks for a great line

    of ukuleles.

  • DB
    Doug B.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    12 months ago
    Loving it !

    Absolutely love it. So fun to play and could not be happier. Highly recommend to anyone who wants to play something a little different.

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();