Inspire. Transform. Motivate.

The Blue Issue

This issue in review: From cool aqua and trendy cobalt, let’s enjoy the best of summer blues.

When we think of blue we are usually reminded of tranquillity, peace and relaxation, but the reason why we adore blue is because of its unsung ability to instantly energise and invigorate. That’s exactly what we intended with this issue – we want you to feel inspired. As you click through each page we hope that you too will find your most favourite shade of blue.

It’s important to keep our spirits (and style) fresh, that’s why we are showing you 8 gorgeous makeovers and practical tips to explain each look.

In this issue we also showcase British designer Stella McCartney, so effortlessly cool.

We value the time you spend with us online. May you find inspiration in this issue and shine like a star!

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