Inspire. Transform. Motivate.

SUPER STYLISH

CHATA’S DAILY TIP: This is such a stylish, and very sexy, ensemble! A wide band over the tummy area is, usually, not a good idea as it attracts the eye to the #tummy. But, in this instance, the soft bow covers the tummy and perfectly detracts from the concern. COPY CREDIT: Chata Romano chataromano.com/… IMAGE CREDIT: Top Fashion’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(); } }); });