๐Ÿ“ž 01970 615674 17 Cambrian Pl, Aberystwyth SY23 1NT
Jago Hair Salon logo Jago Hair Salon
Stylish hair salon interior at Jago Hair Salon

Unisex Hair Salon in Aberystwyth

An experienced team offering creative cuts, vivid colours, and all hair services in a friendly salon.

Welcome to Jago Hair Salon

Jago Hair Salon is a friendly, unisex salon located in the heart of Aberystwyth on Cambrian Street. Our experienced team is dedicated to providing quality contemporary styles, colours, and cuts at fair, affordable prices.

We cater to all clients, from students to locals, ensuring a considerate and personalised service every time.

Our Hair Services

Excellent service, great atmosphere, amazing prices and always a great cut. We offer a full range of hair services in Aberystwyth, from precision cuts to vivid colour transformations.

โœ‚๏ธ

Creative Cuts

Precision haircuts and restyling for all hair types, tailored to your individual look.

๐ŸŽจ

Vivid Colours

Expert colouring, bleaching, and toning services to achieve your desired shade.

๐Ÿ’ˆ

Beard Trims

Professional grooming and beard trimming for a sharp, clean finish.

Customer Reviews

โญโญโญโญโญ

4.9 ยท 72 reviews

Frequently Asked Questions

We are at 17 Cambrian Pl, Aberystwyth SY23 1NT, United Kingdom, on Cambrian Street in the town centre.

Call us at 01970 615674, email jagohairsalon@hotmail.com, or DM us on Instagram.

We are a unisex hair salon offering creative cuts, vivid colours, beard trims, and all hair services in Aberystwyth.

Call us, email us, send an Instagram DM, or use the enquiry form below. Appointments are recommended.

We serve Aberystwyth and surrounding areas including Cardigan, Aberaeron, Borth, Welshpool, Machynlleth, and Llanbadarn Fawr.

We open at 9:30 AM on weekdays. Contact us for current closing times and weekend availability.

Yes, we welcome students and offer quality contemporary styles at fair, affordable prices.

Yes, appointments are recommended. Please call, email, or DM us to book your slot.

Get in Touch

Visit Us

Jago Hair Salon
17 Cambrian Pl
Aberystwyth SY23 1NT
United Kingdom

Quick Enquiry

Call Directions Email Instagram
// Sticky header const header = document.getElementById('mainHeader'); const headerOffset = header.offsetTop; function handleScroll() { if (window.pageYOffset > headerOffset) { header.classList.add('sticky'); } else { header.classList.remove('sticky'); } // Back to top button const backToTop = document.getElementById('backToTop'); if (window.pageYOffset > 300) { backToTop.classList.add('visible'); } else { backToTop.classList.remove('visible'); } } // Mobile menu toggle - FIXED VERSION const menuToggle = document.querySelector('.mobile-menu-toggle'); const navList = document.querySelector('.nav-list'); menuToggle.addEventListener('click', function(e) { e.stopPropagation(); e.preventDefault(); const isExpanded = this.getAttribute('aria-expanded') === 'true'; this.setAttribute('aria-expanded', !isExpanded); this.classList.toggle('active'); navList.classList.toggle('active'); // Toggle body scroll if (!isExpanded) { document.body.style.overflow = 'hidden'; document.body.style.position = 'fixed'; document.body.style.width = '100%'; } else { document.body.style.overflow = ''; document.body.style.position = ''; document.body.style.width = ''; } }); // Close menu when clicking on a link document.querySelectorAll('.nav-list a').forEach(link => { link.addEventListener('click', () => { navList.classList.remove('active'); menuToggle.classList.remove('active'); menuToggle.setAttribute('aria-expanded', 'false'); document.body.style.overflow = ''; document.body.style.position = ''; document.body.style.width = ''; }); }); // Close menu when clicking outside document.addEventListener('click', function(e) { if (navList.classList.contains('active') && !navList.contains(e.target) && !menuToggle.contains(e.target)) { navList.classList.remove('active'); menuToggle.classList.remove('active'); menuToggle.setAttribute('aria-expanded', 'false'); document.body.style.overflow = ''; document.body.style.position = ''; document.body.style.width = ''; } }); // Close menu with Escape key document.addEventListener('keydown', function(e) { if (e.key === 'Escape' && navList.classList.contains('active')) { navList.classList.remove('active'); menuToggle.classList.remove('active'); menuToggle.setAttribute('aria-expanded', 'false'); document.body.style.overflow = ''; document.body.style.position = ''; document.body.style.width = ''; } }); // Smooth scroll for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { const targetId = this.getAttribute('href'); if (targetId === '#') return; const targetElement = document.querySelector(targetId); if (targetElement) { e.preventDefault(); window.scrollTo({ top: targetElement.offsetTop - 80, behavior: 'smooth' }); // Close mobile menu if open if (navList.classList.contains('active')) { navList.classList.remove('active'); menuToggle.classList.remove('active'); menuToggle.setAttribute('aria-expanded', 'false'); document.body.style.overflow = ''; document.body.style.position = ''; document.body.style.width = ''; } } }); }); // Back to top document.getElementById('backToTop').addEventListener('click', () => { window.scrollTo({ top: 0, behavior: 'smooth' }); }); // Enquiry form document.getElementById('enquiryForm').addEventListener('submit', function(e) { e.preventDefault(); const name = document.getElementById('name').value; const email = document.getElementById('email').value; const message = document.getElementById('message').value; const subject = `Hair Appointment Enquiry from ${name}`; const body = `Name: ${name}%0D%0AEmail: ${email}%0D%0A%0D%0AMessage:%0D%0A${message}`; window.location.href = `mailto:jagohairsalon@hotmail.com?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`; }); // Accordion document.querySelectorAll('.accordion-heading').forEach(button => { button.addEventListener('click', () => { const isExpanded = button.getAttribute('aria-expanded') === 'true'; button.setAttribute('aria-expanded', !isExpanded); button.parentElement.classList.toggle('active'); }); }); // Set current year in footer document.getElementById('currentYear').textContent = new Date().getFullYear(); // Initialize scroll handler window.addEventListener('scroll', handleScroll); window.addEventListener('load', handleScroll); // Close menu on window resize if open window.addEventListener('resize', function() { if (window.innerWidth > 768 && navList.classList.contains('active')) { navList.classList.remove('active'); menuToggle.classList.remove('active'); menuToggle.setAttribute('aria-expanded', 'false'); document.body.style.overflow = ''; document.body.style.position = ''; document.body.style.width = ''; } });