Inspire. Transform. Motivate.

CLEVER CO-ORDINATES

CHATA’S DAILY TIP: Neutral stone combines beautifully with turquoise! A sexy draped top will cleverly disguise a rounded or full tummy. Co-ordinate with stone skinny jeans if you have good hips, or with stone bootleg jeans if you have fuller hips. Swop the high heels for flat sandals in turquoise, tan or chocolate brown. COPY CREDIT: Chata Romano Image Consultant, Marlise du Plessis https://chataromano.com/consultant/marlise-duplessis/ IMAGE CREDIT: Stylish Guru’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(); } }); });