Skip Navigation Website Accessibility
 


Vega Tenor Banjo Strings

available at

Low in-store inventory, may be subject to change.

The name Vega has been synonymous with quality-crafted banjos for well over a century, and C.F. Martin & Company have applied the name and the same high-quality standards to the production of their Vega nickel-wound, tin-plated steel core banjo strings. Martin selected the long-lasting nickel alloy wrap wire for its tonal quality and smooth consistency, making these strings ideal for all playing styles.

// === GLOBAL NAV BEHAVIOR FOR MARICH MUSIC === // --- DROPDOWN ON HOVER (DESKTOP ONLY) --- document.addEventListener('DOMContentLoaded', function () { const dropdowns = document.querySelectorAll('.dropdown'); dropdowns.forEach(drop => { drop.addEventListener('mouseenter', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'block'; }); drop.addEventListener('mouseleave', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'none'; }); }); }); // --- TOGGLE CUSTOM NAV ON MOBILE --- function toggleMobileNav() { const nav = document.querySelector('.menubg'); if (!nav) return; const isVisible = window.getComputedStyle(nav).display !== 'none'; nav.style.display = isVisible ? 'none' : 'flex'; }