Inspire. Transform. Motivate.

THE PERFECT AUTUMN OUTFIT

CHATA’S DAILY TIP: This is the perfect autumn outfit! Wear a long fashionable cardi, worn mid-thigh, with tapered bootleg jeans over your boots to balance fuller hips. Then accessorize with long, stunning boots. Tip: If you like tucking your boots into your jeans make sure you are wearing skinny jeans or leggings to avoid the fabric from bunching over the boot. COPY CREDIT: Chata Romano Image Consultant, Marlise du Plessis IMAGE CREDIT: Dressy’s Facebook page

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