You may not know this, but Vogue has been packaged with three unique color schemes. Obviously, the red version you’re currently viewing, but there’s two more beauties that are waiting to be unleashed! Switching to either of the additional color schemes is quite easy to do.

If you’re a lover of chocolate, caramel, and red wine, maybe the color scheme Caramel is for you. Let’s go over the steps to load Caramel into Vogue.
theme.liquid file in the sidebar.{{ 'stylesheet.css' | asset_url | stylesheet_tag }} near the top.{{ 'caramel.css' | asset_url | stylesheet_tag }}.{{ 'seek.png' | asset_url }} further down the page.{{ 'seek-caramel.png' | asset_url }}.product.liquid file in the sidebar.{{ 'purchase.png' | asset_url }} near the bottom.{{ 'purchase-caramel.png' | asset_url }}.{{ 'checkout.png' | asset_url | img_tag: 'Checkout' }} below.{{ 'checkout-caramel.png' | asset_url | img_tag: 'Checkout' }}.cart.liquid file in the sidebar.{{ 'update.png' | asset_url }} near the bottom.{{ 'update-caramel.png' | asset_url }}.{{ 'checkout.png' | asset_url }} below.{{ 'checkout-caramel.png' | asset_url }}You’ll notice you simply changed the primary stylesheet and a few images. Now, go to your shop domain and check it out. Perhaps Caramel is not your thing, but Deep Sea is. Again, you’ll switch the stylesheet and a few images to load the new look into Vogue.
theme.liquid file in the sidebar.{{ 'stylesheet.css' | asset_url | stylesheet_tag }} near the top.{{ 'sea.css' | asset_url | stylesheet_tag }}.{{ 'seek.png' | asset_url }} further down the page.{{ 'seek-sea.png' | asset_url }}.{{ 'feed.png' | asset_url }} below.{{ 'feed-sea.png' | asset_url }}.product.liquid file in the sidebar.{{ 'purchase.png' | asset_url }} near the bottom.{{ 'purchase-sea.png' | asset_url }}.{{ 'checkout.png' | asset_url | img_tag: 'Checkout' }} below.{{ 'checkout-sea.png' | asset_url | img_tag: 'Checkout' }}.cart.liquid file in the sidebar.{{ 'update.png' | asset_url }} near the bottom.{{ 'update-sea.png' | asset_url }}.{{ 'checkout.png' | asset_url }} below.{{ 'checkout-sea.png' | asset_url }}blog.liquid file in the sidebar.{{ 'feed.png' | asset_url }} half way down.{{ 'feed-sea.png' | asset_url }}.index.liquid file in the sidebar.{{ 'feed.png' | asset_url }} half way down.{{ 'feed-sea.png' | asset_url }}.page.liquid file in the sidebar.{{ 'feed.png' | asset_url }} half way down.{{ 'feed-sea.png' | asset_url }}.Just like in the previous color switch, you simply replaced the stylesheet and a few images. Go to your store and refresh the browser window to check out Deep Sea. That’s all there is to switching the look within a few minutes. There’s one additional change that can be made as well.
If you would prefer a solid header as opposed to the diagonal stripes, images have been provided with your theme to make this quite easy. Depending on what color scheme your using, choose the primary stylesheet (stylesheet.css, caramel.css, or sea.css) from the sidebar. Locate the group titled ”@group Header” and add ”-flat” to the filename. It will look like this:
stylesheet.css:background: #9b0103 url(header-flat.png) repeat-x center top;
caramel.css:background: #984201 url(header-caramel-flat.png) repeat-x center top;
sea.css:background: #42849b url(header-sea-flat.png) repeat-x center top;
And there you have it. Another easy customization to your shop! Perhaps I’ll add some other color schemes in the future…