Inspire. Transform. Motivate.

POISED AND POLISHED

Q: What is general rule of thumb when buying nail-polish? Shelley, SA

A: It’s always a good idea to let your nail-polish tone and blend with your style, personality and outfit. Ensure that your manicure is workplace-appropriate; sparkly nails, elaborate nail art and very dark colours may be frowned upon in more conservative office environments. While you can never go wrong with a subtle, nude or classic French manicure, a brick red or wine colour may be perfectly acceptable. If you are in a more creative field, have a little fun (with discretion) with the latest nail trends. Whatever colour you select, ensure your mani / pedi is chip-free, neatly maintained and beautiful!

The answer to this beauty Q&A was provided by Marlise du Plessis

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