Inspire. Transform. Motivate.

CASUAL FRIDAY ELEGANCE

Chata answers your fashion question

Q: I never know if I should wear a light jean or a dark jean. Please help. Gaby – South Africa

A: A good pair of jeans is a wardrobe essential, every woman needs a  pair (or two, or three!) The darker the denim, the smarter the jean. The darker the denim, the slimmer you will look.  Lighter (stone washed) jeans are for casual wear only and, ideally, suit Soft skin tones (pale and fair skin tones).  Medim to Rich skin tones (golden to dark skin tones) suit medium to darker jeans.

The answer to this fashion Q&A was provided by Chata Romano

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