Solid Spruce Top Mahogany Long Neck Soprano Ukulele

Model: KA-SSLNG SKU: KASSLNG2006

$179

The Solid Spruce Top Mahogany line is comprised of a Solid Spruce top and Mahogany back and sides. The Spruce has a clean and bare look that pairs well with the elegant simplicity of the Mahogany.

Bag and Case Information

Fits MOST Kala bags and cases sized SOPRANO & CONCERT
Fits SOPRANO size ONLY for UC-S & HC-CHAR-S

Specs
Size: Soprano Long Neck
Top: Solid Spruce
Back & Sides: Mahogany
Binding: Black
Neck: Mahogany
Finish: Gloss
Fingerboard: Rosewood
Headstock: Standard
Nut & Saddle: Graph Tech NuBone®
Strings: Aquila Super Nylgut®
Electronics: N/A
Measurements

Scale Length: 14.8125 inches, Overall Instrument Length: 22.0 inches, Body Length: 9.375 inches, Number of Frets: 18, Width at Upper Bout: 5.0625 inches, Width at Lower Bout: 6.875 inches, Width at Waist: 4.4375 inches, Body Depth: 2.375 inches, Fingerboard Width at Nut: 1.375 inches, Fingerboard width at neck/body joint: 1.75 inches

See More From This Collection
4.9
Rated 4.9 out of 5 stars
Based on 8 reviews
Total 5 star reviews: 7 Total 4 star reviews: 1 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
8 reviews
  • GK
    Greg K.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    Lovely long-neck.

    With its solid spruce to, this little uke punches way above its weight and would be amazing for double the cost. I find the soprano scale a little too small for the way I like to play, but the concert neck fixes that handily and I still get that soprano sound. I alternate between this uke and my Kala Bamboo tenor, which I also love. The two are very different--and that's good. It keeps things interesting for me.

  • EN Profile picture for Emily N.facebook logo
    Emily N.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    Beautiful...

    Such a beautifully crafted instrument. Holds its tuning extremely well, and sounds beautiful. I am an intermediate beginner - this is my second instrument I’ve purchased. Now I can’t imagine playing on anything but this.

  • CE
    Cesar E. Q.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    Best Soprano body/Concert neck Uke!

    First of all, I'm shocked there are not more reviews about this instrument! This was my wife’s 9th Wedding Anniv. gift to me back in 3/21/2015. After researching Ukuleles, I told her this is the one I wanted (I desired a solid top, Soprano body w/a Concert neck). Best decision ever. This Uke is aesthetically gorgeous. Feels solid, sounds great, the binding is very pretty. I was even happier after I read that the back and sides were Mahogany (a true and tested excellent type of wood for Ukes and guitars!).

    It’s a shame that it was discontinued, but you still can get it from some sellers on the net. I’m planning on installing a L.R. Baggs 5.0 pickup to turn it into an acoustic/electric. I highly recommend it. The only negative is not against the instrument but against the fact that KALA should have offered it w/a case specifically for its size (just like they offered it for the, also now discontinued, Kala KA-SSTU-S).

    If Kala ever makes a Soprano body w/a Concert neck w/these same woods or even a Mahogany back & sides plus a Koa solid top, a Rosewood fingerboard and a Fishman KULA Ukulele pickup system…I’ll buy it immediately!!!...Hint! Hint! ;-)

  • S
    Sally
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    23 hours ago
    Ka SSLng

    I love this little soprano ukelele. So much so that I then bought a tenor and concert in the same specification. This soprano remains my favourite. Keeps tune remarkably well. A very pretty looking uke and lovely to hold.

  • C
    Casper
    I recommend this product
    Rated 5 out of 5 stars
    4 months ago
    bought mine second hand

    This uke is a little gem! I really like to play tenor for its volume but this little uke has a lot of volume too. Fitted Aquila Reds on it, amazing sustain.

''
// 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(); })();