Industrial Style Laundry Hamper Makeover
Waste not, want not. That’s pretty much my attitude every time I walk into my neighborhood thrift store, which is pretty often.
Which also means I get into trouble a lot. And trouble is usually in the form of a pile of unfinished projects that have incredible transformations…in my head.
Too bad great ideas without execution don’t usually end up as blog posts, huh?

But this one executed exactly how I imagined! Don’t you just love it when that happens?
Today, I’m joining in with four other super talented blogging friends for a series called Trash to Treasure Transformations. Every 2nd Tuesday of the month, we’ll be transforming an item we found from a thrift store or yard sale. A.K.A. stuff we love doing anyway!

My victim to kick off the transformation fun was this guy:

To be fair, this hamper/trash can/pet food container, whatever you see it as really wasn’t all that hideous. It was pretty cute to begin with. But if you’ve followed this blog for longer than a day, you probably already know that I can never leave well enough alone.
This thing was a little rough on top, but it was nothing a coat of paint couldn’t fix.

I gave it two coats of Annie Sloan Coco, but typical me had to take it a step further and get all industrial style with a stencil.
I used these letter stencils I found in the hardware aisle and some black craft paint to trick it out.

I gave the original knob hole a quick spackling patch and sanding.

After the paint was dry, I swiped on one coat of Annie Sloan Dark Wax. I worked in small sections and left just enough of the wax behind to make it look a bit like wood.
I found this really cool pipe looking handle at Hobby Lobby for 50% off the other week while looking for our bathroom cabinet knobs.

Ta da! I’m so happy how it turned out! I had to take advantage of my new shiplap backdrop for a minute with this one.

Our master bathroom desperately needed a hamper, and this one fits right in. We were just tossing dirty clothes right in the floor beside our cabinet before, and it was not a pretty sight.

It works great with our rustic ladder towel rack too.

What do you think? Does it work? Can you believe this thing was only $9? Using the paint and wax I already had and the stencils and handle I bought, it ended up being about $20 total.

Be sure to stop in to check out all of the other thrifty transformations in the series today too! These gals are so creative; you’ll love the magic they can do.

function extend(destination, source) {
for (var prop in source) {
destination[prop] = source[prop];
}
}
if (!Mimi) var Mimi = {};
if (!Mimi.Signups) Mimi.Signups = {};
Mimi.Signups.EmbedValidation = function() {
this.initialize();
var _this = this;
if (document.addEventListener) {
this.form.addEventListener('submit', function(e){
_this.onFormSubmit(e);
});
} else {
this.form.attachEvent('onsubmit', function(e){
_this.onFormSubmit(e);
});
}
};
extend(Mimi.Signups.EmbedValidation.prototype, {
initialize: function() {
this.form = document.getElementById('mad_mimi_signup_form');
this.submit = document.getElementById('webform_submit_button');
this.callbackName = 'jsonp_callback_' + Math.round(100000 * Math.random());
this.validEmail = /.+@.+\..+/
},
onFormSubmit: function(e) {
e.preventDefault();
this.validate();
if (this.isValid) {
this.submitForm();
} else {
this.revalidateOnChange();
}
},
validate: function() {
this.isValid = true;
this.emailValidation();
this.fieldAndListValidation();
this.updateFormAfterValidation();
},
emailValidation: function() {
var email = document.getElementById('signup_email');
if (this.validEmail.test(email.value)) {
this.removeTextFieldError(email);
} else {
this.textFieldError(email);
this.isValid = false;
}
},
fieldAndListValidation: function() {
var fields = this.form.querySelectorAll('.mimi_field.required');
for (var i = 0; i = 0) {
return 'checkboxes';
} else {
return 'text_field';
}
},
checkboxAndRadioValidation: function(field) {
var inputs = field.getElementsByTagName('input'),
selected = false;
for (var i = 0; i = 0) {
if (type === 'text_field') {
this.textValidation(input);
} else {
this.dropdownValidation(field, input);
}
}
}
this.htmlEmbedDropdownValidation(field);
},
textValidation: function(input) {
if (input.id === 'signup_email') return;
if (input.value) {
this.removeTextFieldError(input);
} else {
this.textFieldError(input);
this.isValid = false;
}
},
dropdownValidation: function(field, input) {
if (input.value) {
field.className = field.className.replace(/ invalid/g, '');
} else {
if (field.className.indexOf('invalid') === -1) field.className += ' invalid';
this.onSelectCallback(input);
this.isValid = false;
}
},
htmlEmbedDropdownValidation: function(field) {
var dropdowns = field.querySelectorAll('.mimi_html_dropdown');
var _this = this;
for (var i = 0; i
Follow:
Facebook | Pinterest | Instagram | Twitter | Google+ | Bloglovin | Hometalk






Love the color and the stenciling!
Thanks, Sherry!
You have fab ideas Lauren! Love it!
Thank you!!!
This is hands down the coolest clothes hamper I have ever seen. Well done you. Cheers, Ardith
Haha Thanks, Ardith! I’d been on the lookout for a really cute one that didn’t cost an arm and a leg. Paint and cool hardware always seem to save the day.
Wow, love it! I especially love that it looks like weathered wood! I need to try that paint/wax combo! It looks awesome and I love how well it goes with your rustic ladder!
Thanks, Samantha! I’m officially hooked on this paint/wax combo! It’s really easy to do too.
Hey Lauren,
I LOVE how you transformed the piece and it looks great in your Master Bath!! I’m always seeing pieces of furniture at the thrift stores and needing inspiration of what to do with them, so I’m looking forward to this series. Thanks for sharing….
Blessings,
Lanita
Thanks, Lanita! I know what you mean. A lot of times the hardest part on a makeover is deciding what direction you’ll take it in.