Inspire. Transform. Motivate.

A casual jacket is transformed!

Chata’s Fashion & Beauty News – celebrating style and inspiring you to look and feel fabulous!

CREDITS FOR CHATA’S VIDEO
Forever 21 https://www.forever21.com
H&M https://www.hm.com/za
Identity https://www.identity.co.za/
Kingsmead https://shop.kingsmeadshoes.co.za/
Lovisa https://www.lovisa.com/
Milady’s https://www.miladys.com/
Mr Price https://www.mrp.com/
Queenspark https://queenspark.com/
Truworths https://www.truworths.co.za/
Woolworths https://www.woolworths.co.za
YDE https://www.yde.co.za/

Share this story, choose your platform!
×

 

Welcome.

Do you have any questions? Chat with me on WhatsApp.​

×
jQuery(document).ready(function($) { // Target the first accordion (.accordion-pricelist) and the second one (.accordion-enquiry-form) var firstAccordion = $('.accordion-pricelist'); var secondAccordion = $('.accordion-enquiry-form'); // Initially, we hide the second accordion (if needed) secondAccordion.hide(); // Set up a click event listener on the first accordion firstAccordion.on('click', function() { // Check if the first accordion is open if ($(this).hasClass('brx-open')) { // If the first accordion is open, hide the second accordion secondAccordion.slideUp(); } else { // If the first accordion is not open, show the second accordion secondAccordion.slideDown(); } }); });