<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Big Cartel Help &#187; Design</title>
	<atom:link href="http://help.bigcartel.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://help.bigcartel.com</link>
	<description>Your place to learn all about Big Cartel</description>
	<lastBuildDate>Tue, 17 Nov 2009 21:01:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How can I use a background image in my store?</title>
		<link>http://help.bigcartel.com/articles/how-can-i-use-a-background-image-in-my-store/</link>
		<comments>http://help.bigcartel.com/articles/how-can-i-use-a-background-image-in-my-store/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 22:35:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=103</guid>
		<description><![CDATA[If you&#8217;d like to use a custom image as your store&#8217;s background, you first need to host the image somewhere. If you have your own server you can use that, otherwise you can use an image hosting service like TinyPic.
Next, head over to the Design &#62; Basics section of your store admin and click the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;d like to use a custom image as your store&#8217;s background, you first need to host the image somewhere. If you have your own server you can use that, otherwise you can use an image hosting service like <a href="http://tinypic.com">TinyPic</a>.</p>
<p>Next, head over to the <strong style="font-weight: bold;">Design &gt; Basics</strong> section of your store admin and click the <strong style="font-weight: bold;">CSS</strong> button.</p>
<p><img class="alignnone size-full wp-image-281" title="Edit css button" src="http://help.bigcartel.com/wp-content/uploads/2008/08/edit_css.jpg" alt="Edit css button" width="400" height="285" /></p>
<p>At the very bottom of this code, enter this:</p>
<p><code> </code></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-image</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">http://example.com/image.jpg</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Be sure to replace <strong>http://example.com/image.jpg</strong> with the URL of your custom image, and if you really want to get fancy, <a href="http://www.tutorialhero.com/tutorial-52-css_background_image_guide.php">check out this article</a> about tiling and positioning your background image.</p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-can-i-use-a-background-image-in-my-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I add an FAQ page?</title>
		<link>http://help.bigcartel.com/articles/how-can-i-add-an-faq-page/</link>
		<comments>http://help.bigcartel.com/articles/how-can-i-add-an-faq-page/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 16:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=102</guid>
		<description><![CDATA[Big Cartel used to have a section of the store admin that allowed you to add FAQs (Frequently Asked Questions) to your store one by one. This wasn&#8217;t a heavily used feature, so we&#8217;ve since moved the FAQ page to a custom page. 
However, we occasionally get asked about how to add this page, and [...]]]></description>
			<content:encoded><![CDATA[<p>Big Cartel used to have a section of the store admin that allowed you to add FAQs (Frequently Asked Questions) to your store one by one. This wasn&#8217;t a heavily used feature, so we&#8217;ve since moved the FAQ page to a <a href="http://help.bigcartel.com/articles/how-do-pages-work/">custom page</a>. </p>
<p>However, we occasionally get asked about how to add this page, and how to add additional FAQs to the page, so here you go.</p>
<h3>Creating the FAQ Page</h3>
<p>If you already have an FAQ page, skip to <a href="#add">Adding new FAQs</a>, otherwise here&#8217;s how to setup a basic one:</p>
<ol>
<li>From your Big Cartel admin, go to the <strong>Design &gt; Pages</strong> section and click <strong>Add Page</strong>.</li>
<li>Enter FAQ for <strong>Name</strong>, and check the <strong>Layout</strong> box, then paste in the following code in the content area:<br />
<code class="largecode"></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div id=&quot;faq-content&quot;&gt;
	&lt;dl class=&quot;faq-list&quot;&gt;
&nbsp;
		&lt;!-- Add new FAQs here --&gt;
&nbsp;
		&lt;dt&gt;What forms of payment do you accept?&lt;/dt&gt;
		&lt;dd&gt;&lt;p&gt;We gladly accept Visa, MasterCard, American Express, Discover, or regular account payments all through PayPal.&lt;/p&gt;&lt;img src=&quot;https://www.paypal.com/en_US/i/bnr/horizontal_solution_PP.gif&quot; alt=&quot;PayPal&quot; /&gt;&lt;/dd&gt;
&nbsp;
		&lt;dt&gt;How secure is this store?&lt;/dt&gt;
		&lt;dd&gt;&lt;p&gt;This store uses &lt;a href=&quot;http://paypal.com&quot;&gt;PayPal&lt;/a&gt; for payments, and PayPal automatically encrypts your confidential information in transit from your computer to ours using the Secure Sockets Layer protocol (SSL) with an encryption key length of 128-bits (the highest level commercially available).&lt;/p&gt;&lt;/dd&gt;
&nbsp;
		&lt;dt&gt;Do I need a PayPal account to purchase from this store?&lt;/dt&gt;
		&lt;dd&gt;&lt;p&gt;No, you are not required to have a PayPal account to purchase from this store. Although if you already have a PayPal account you may use it.&lt;/p&gt;&lt;/dd&gt;
&nbsp;
	&lt;/dl&gt;
&lt;/div&gt;</pre></div></div>

<p></code></li>
<li>Click <strong>Save</strong>.</li>
</ol>
<h3 id="add">Adding new FAQs</h3>
<p>To update your FAQ page with new questions, here&#8217;s the best way to go about it:</p>
<ol>
<li>From your Big Cartel admin, go to the <strong>Design &gt; Pages</strong> section and click the <strong>FAQ</strong> page.</li>
<li>In the content area, find the bit of code that says:<br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;dl class=&quot;faq-list&quot;&gt;</pre></div></div>

<p></code></li>
<li>Below this code, add new questions in this format:<br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;dt&gt;Question goes here&lt;/dt&gt;
&lt;dd&gt;Answer goes here&lt;/dd&gt;</pre></div></div>

<p></code></li>
<li>Click <strong>Save</strong>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-can-i-add-an-faq-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I add a blog to my store?</title>
		<link>http://help.bigcartel.com/articles/how-can-i-add-a-blog-to-my-store/</link>
		<comments>http://help.bigcartel.com/articles/how-can-i-add-a-blog-to-my-store/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 23:01:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=95</guid>
		<description><![CDATA[Having a blog is a great way to keep your customers up to date with your latest news and promotions, and integrating it into Big Cartel is a snap.
There are many great blogging services out there like Tumblr, WordPress, and Blogger. All of them can be integrated with Big Cartel, so just pick the one [...]]]></description>
			<content:encoded><![CDATA[<p>Having a blog is a great way to keep your customers up to date with your latest news and promotions, and integrating it into Big Cartel is a snap.</p>
<p>There are many great blogging services out there like <a href="http://www.tumblr.com">Tumblr</a>, <a href="http://wordpress.com">WordPress</a>, and <a href="http://www.blogger.com">Blogger</a>. All of them can be integrated with Big Cartel, so just pick the one that is right for you.</p>
<p><strong>Note:</strong> this will only work for <a href="http://bigcartel.com/signup">Platinum and Diamond</a> stores, since it makes use of the &lt;script&gt; tag.</p>
<h3>Step 1 &#8211; Add a new page</h3>
<p>From your Big Cartel admin, go to the <strong>Design &gt; Pages</strong> section and click <strong>Add Page</strong>.</p>
<p><img class="alignnone size-full wp-image-96" title="Click \&quot;New Page\&quot; in the Big Cartel admin" src="http://help.bigcartel.com/wp-content/uploads/2008/07/bigcartel-add-blog-1.jpg" alt="" width="400" height="285" /></p>
<h3>Step 2 &#8211; Add the code</h3>
<p>Give your page a name, like <strong>Blog</strong>, and check the <strong>Show inside theme layout HTML</strong> checkbox.</p>
<p><img class="alignnone size-full wp-image-100" title="Adding the blog page to Big Cartel" src="http://help.bigcartel.com/wp-content/uploads/2008/07/bigcartel-add-blog-2.jpg" alt="" width="400" height="100" /></p>
<p>In the big text area, paste in the following code:</p>
<p><code class="largecode"></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
&nbsp;
  ul#entries {
    padding: 0 !important;
    }
&nbsp;
  ul#entries li {
    clear: both;
    float: left;
    width: 100%;
    list-style: none !important;
    margin-bottom: 2.5em;
    }
&nbsp;
  ul#entries li.loading {
    margin-bottom: 0;
    }
&nbsp;
  ul#entries li h3 {
    margin: 0 0 .25em 0 !important;
    }
&nbsp;
  ul#entries li p.blog_date {
    margin-bottom: 1.5em !important;
    }
&nbsp;
&lt;/style&gt;
&nbsp;
&lt;ul id=&quot;entries&quot;&gt;&lt;li class=&quot;loading&quot;&gt;Loading...&lt;/li&gt;&lt;/ul&gt;
&nbsp;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.google.com/jsapi&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&nbsp;
  // ================================================
  // Your info here
  // ================================================
  var feedURL   = 'http://blog.bigcartel.com/feed';
  var numEntries  = 10;
  var blogURL   = 'http://bigcartel.com';
  var blogLink  = 'View full blog &amp;raquo;';
  // ================================================
&nbsp;
  google.load(&quot;feeds&quot;, &quot;1&quot;);
&nbsp;
  function formatDate(d, f) {
    var d = new Date(d);
    var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
    var days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
    return f.replace(/(yyyy|mmmm|mmm|mm|dddd|ddd|dd|hh|nn|ss|a\/p)/gi,
          function($1) {
              switch ($1.toLowerCase()) {
              case 'yyyy': return d.getFullYear();
              case 'mmmm': return months[d.getMonth()];
              case 'mmm':  return months[d.getMonth()].substr(0, 3);
              case 'mm':   return (d.getMonth() + 1);
              case 'dddd': return days[d.getDay()];
              case 'ddd':  return days[d.getDay()].substr(0, 3);
              case 'dd':   return d.getDate();
              case 'hh':   return ((h = d.getHours() % 12) ? h : 12);
              case 'nn':   return d.getMinutes();
              case 'ss':   return d.getSeconds();
              case 'a/p':  return d.getHours() &lt; 12 ? 'a' : 'p';
              }
          }
      );
  }
&nbsp;
  function initialize() {
    var feed = new google.feeds.Feed(feedURL);
        feed.setNumEntries(numEntries);
        feed.load(function(result) {
&nbsp;
          if(result.error) return;
&nbsp;
          var list = document.getElementById('entries');
              list.removeChild(list.firstChild);
&nbsp;
          for(var i = 0; i &lt; result.feed.entries.length; i++) {
            var entry = result.feed.entries[i];
            var link = document.createElement('a');
                link.setAttribute('href', entry.link);
                link.appendChild(document.createTextNode(entry.title));
            var title = document.createElement('h3');
                title.appendChild(link);
            var date = document.createElement('p');
                date.setAttribute('class', 'blog_date');
                date.appendChild(document.createTextNode(formatDate(entry.publishedDate, 'mmmm dd, yyyy')));
            var content = document.createElement('div');
                content.innerHTML = entry.content;
            var li = document.createElement('li');
                li.appendChild(title);
                li.appendChild(date);
                li.appendChild(content);
            list.appendChild(li);
          }
&nbsp;
          if(blogLink &amp;&amp; blogURL) {
            var link = document.createElement('a');
              link.setAttribute('href', blogURL);
              link.innerHTML = blogLink;
            var li = document.createElement('li');
              li.appendChild(link);
            list.appendChild(li);
          }
      });
  }
&nbsp;
  google.setOnLoadCallback(initialize);
&nbsp;
&lt;/script&gt;</pre></div></div>

<p></code></p>
<h3>Step 3 &#8211; Set your info</h3>
<p>Update the code marked <strong>Your info here</strong> with the URL of your blog for <strong>blogURL</strong>, your RSS or Atom feed for <strong>feedURL</strong>, and the number of posts you&#8217;d like to display as <strong>numEntries</strong>.</p>
<p><img class="alignnone size-full wp-image-98" title="Customize Big Cartel blog with your info" src="http://help.bigcartel.com/wp-content/uploads/2008/07/bigcartel-add-blog-3.jpg" alt="" width="400" height="140" /></p>
<p>If you&#8217;re not sure what your feedURL is, look for a link in your blog that mentions RSS or Atom, and copy that URL. For example, if you&#8217;re using Blogger your feedURL would be something like: http://example.blogspot.com/feeds/posts/default</p>
<h3>That&#8217;s it!</h3>
<p>Click <strong>Save</strong> and we&#8217;re all done. Go to your store and click the new <strong>Blog</strong> link to view your new page.</p>
<p><img class="alignnone size-full wp-image-99" title="Finished blog in Big Cartel" src="http://help.bigcartel.com/wp-content/uploads/2008/07/bigcartel-add-blog-4.jpg" alt="" width="400" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-can-i-add-a-blog-to-my-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I show larger images on the Sexy theme?</title>
		<link>http://help.bigcartel.com/articles/how-can-i-show-larger-images-on-the-sexy-theme/</link>
		<comments>http://help.bigcartel.com/articles/how-can-i-show-larger-images-on-the-sexy-theme/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 05:42:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=92</guid>
		<description><![CDATA[Before our last big update, the biggest product image size used was 300 x 300 pixels. However, now you can upload images up to 1000 x 1000 pixels in dimension.
All of our new themes, as well as stores using the Sexy theme after July 12th 2008, will automatically support these larger images. However, if you&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>Before our <a href="http://blog.bigcartel.com/articles/custom-html-new-theme-new-admin-and-more-whoa/">last big update</a>, the biggest product image size used was 300 x 300 pixels. However, now you can upload images up to 1000 x 1000 pixels in dimension.</p>
<p>All of our new themes, as well as stores using the Sexy theme after July 12th 2008, will automatically support these larger images. However, if you&#8217;d like to add this functionality to an older store using the Sexy theme, here&#8217;s how:</p>
<h3>Platinum and Diamond stores</h3>
<ol>
<li>On the <strong>Design &gt; Pages</strong> page of your admin, click the <strong>Product</strong> page.</li>
<li>Make sure you&#8217;re using <strong>Default</strong> HTML.</li>
<li>Click <strong>Save</strong> and you&#8217;re set!</li>
</ol>
<h3>Gold (free) stores</h3>
<ol>
<li>On the <strong>Design &gt; Basics</strong> page, save your header graphic and CSS to your computer for a backup.</li>
<li>On the <strong>Design &gt; Themes</strong> page, click <strong>Revert</strong> on the Sexy theme.</li>
<li>On the <strong>Design &gt; Basics</strong> page, re-upload your header, paste in your CSS and click <strong>Save</strong>.</li>
</ol>
<h3>Stores with custom product pages</h3>
<p>If you want to apply this to your custom code, at the top change the &#8220;product-image&#8221; link to look like this:</p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a id=&quot;product-image&quot;{% if product.image_count &gt; 0 %} href=&quot;{{ product.image | product_image_url }}&quot;{% endif %}&gt;&lt;img id=&quot;product-img&quot; src=&quot;{{ product.image | product_image_url size:&quot;large&quot; }}&quot; alt=&quot;Image of {{ product.name | escape }}&quot; /&gt;&lt;span class=&quot;stilt&quot;&gt;&lt;/span&gt;{% if product.image_count &gt; 0 %}&lt;span class=&quot;icon_zoom&quot;&gt;&lt;/span&gt;{% endif %}&lt;/a&gt;</pre></div></div>

<p></code></p>
<p>and at the very bottom of the page, put this:</p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script src=&quot;{{ 'fancyzoom' | theme_js_url }}&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
&nbsp;
	{% for image in product.images %}
	Store.fullSizeImages.push('{{ image | product_image_url }}');
	{% endfor %}
&nbsp;
&lt;/script&gt;</pre></div></div>

<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-can-i-show-larger-images-on-the-sexy-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can you help me with my design?</title>
		<link>http://help.bigcartel.com/articles/can-you-help-me-with-my-design/</link>
		<comments>http://help.bigcartel.com/articles/can-you-help-me-with-my-design/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 17:56:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[divider]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=91</guid>
		<description><![CDATA[Our simple theme controls make it easy for you to change colors, fonts, main graphics, and choose which modules to show. However, sometimes you may want to dig into the code yourself and do something a bit more customized.
Once you start customizing your CSS and HTML so that it&#8217;s different from the defaults that we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Our <a href="http://help.bigcartel.com/articles/how-do-theme-styles-work/">simple theme controls</a> make it easy for you to change colors, fonts, main graphics, and choose which modules to show. However, sometimes you may want to dig into the code yourself and do something a bit more customized.</p>
<p>Once you start customizing your CSS and HTML so that it&#8217;s different from the defaults that we&#8217;ve created and tested, it&#8217;s up to you to maintain it. We can&#8217;t provide too much support on all the custom design changes you make.</p>
<p>There are many online resources, and a lot of designers who are experts at CSS / HTML, that can help you customize your store.</p>
<h3>CSS / HTML Sites</h3>
<ul>
<li><a href="http://doctype.com">Doctype &#8211; Free answers to HTML and CSS questions</a></li>
<li><a href="http://www.designerstalk.com/forums/help-me">Designers Talk</a></li>
<li><a href="http://showmehtml.com">Show Me HTML</a></li>
<li><a href="http://www.westciv.com/style_master/academy/css_tutorial/index.html">Complete CSS Guide</a></li>
<li><a href="http://mezzoblue.com/zengarden/resources">CSS Zen Garden</a><a href="http://www.welovecss.com/"></a></li>
<li><a href="http://www.welovecss.com/">WeLoveCSS Forum</a></li>
<li><a href="http://help.bigcartel.com/articles/how-can-i-use-a-background-image-in-my-store/">Background images with CSS</a></li>
</ul>
<h3>Big Cartel Theme Designers</h3>
<ul>
<li><a href="http://www.theblackaxe.com">The Black Axe</a></li>
<li><a href="http://xhila.com">Jeff Wolff</a></li>
<li><a href="http://rustyeight.com">RustyEight</a></li>
<li><a href="http://bluetideproductions.com">Zach Reed</a></li>
<li><a href="http://www.michaellosauro.com">Michael Lo Sauro</a></li>
<li><a href="http://www.kevinduquette.com">Kevin Duquette</a></li>
<li><a href="http://www.brandxhype.com">BrandxHype</a></li>
<li><a href="http://www.provokecreative.com">Provoke Creative</a></li>
</ul>
<h3>Are you a web designer?</h3>
<p>Get added to our list of Big Cartel theme designers by <a href="http://bigcartel.com/contact">contacting us</a> with links to your portfolio and any Big Cartel stores you&#8217;ve designed.</p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/can-you-help-me-with-my-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do themes work?</title>
		<link>http://help.bigcartel.com/articles/how-do-themes-work/</link>
		<comments>http://help.bigcartel.com/articles/how-do-themes-work/#comments</comments>
		<pubDate>Fri, 02 May 2008 00:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=85</guid>
		<description><![CDATA[Themes are a collection of pages, styles, images, assets, and functionality that can be applied to your store to give it a different look and feel.
Applying themes
When you change themes, all of the theme pages and styles for your current theme are overwritten.
If you&#8217;ve done a bit of customization already, you may want to back them [...]]]></description>
			<content:encoded><![CDATA[<p>Themes are a collection of pages, styles, images, assets, and functionality that can be applied to your store to give it a different look and feel.</p>
<h3>Applying themes</h3>
<p>When you change themes, all of the <a href="http://help.bigcartel.com/articles/how-do-pages-work/#theme">theme pages</a> and <a href="http://help.bigcartel.com/articles/how-do-theme-styles-work/">styles</a> for your current theme are overwritten.</p>
<p>If you&#8217;ve done a bit of customization already, you may want to back them up first, just in case you want to go back to them later. Here&#8217;s how:</p>
<ul>
<li><strong>Platinum or Diamond stores</strong> &#8211; use the <em>Download My Theme</em> link to get a zip file of all your current theme&#8217;s assets. <img class="alignnone size-full wp-image-295" style="margin: 10px -18px;" title="Download My Theme" src="http://help.bigcartel.com/wp-content/uploads/2008/05/download_my_theme.jpg" alt="Download My Theme" width="400" height="285" /></li>
<li><strong>Gold stores</strong> &#8211; copy and paste the code from the <em>CSS</em> view of the <em>Design &gt; Basics</em> page into a new text file on your computer. <img class="alignnone size-full wp-image-299" style="margin: 10px -18px;" title="Download CSS" src="http://help.bigcartel.com/wp-content/uploads/2008/05/download_css.jpg" alt="Download CSS" width="400" height="285" /></li>
</ul>
<h3>Reverting your theme</h3>
<p>If you&#8217;d like to keep your same theme, but restore the default settings, simply click the <strong>Revert</strong> button and presto!</p>
<p><img class="alignnone size-full wp-image-300" title="Revert " src="http://help.bigcartel.com/wp-content/uploads/2008/05/revert.jpg" alt="Revert " width="400" height="285" /></p>
<h3>Creating your own theme</h3>
<p>The default themes not cutting it for ya? No problem. If you&#8217;re a Platinum or Diamond store, you can <strong>Download</strong> one of our themes to get you started, or you can create your own theme from scratch using our powerful <a href="http://help.bigcartel.com/html-api/">HTML</a> and <a href="http://help.bigcartel.com/javascript-api/">JavaScript</a> APIs.</p>
<p>When you&#8217;re finished with your new theme, go into <a href="http://help.bigcartel.com/articles/how-does-maintenance-mode-work/">maintenance mode</a> and update each of your theme pages with your new shiny code!</p>
<h3>Additional images and assets</h3>
<p>If your custom theme requires some additional files, you can upload them to your own server or 3rd-party file host and link to them in your store using their full URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-do-themes-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does maintenance mode work?</title>
		<link>http://help.bigcartel.com/articles/how-does-maintenance-mode-work/</link>
		<comments>http://help.bigcartel.com/articles/how-does-maintenance-mode-work/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 22:28:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=78</guid>
		<description><![CDATA[You can turn on maintenance mode on the Store &#62; Settings page.

In maintenance mode, you can make changes to your store behind the scenes while everyone else sees your Maintenance page. This is a good idea anytime you need to make significant changes to your store&#8217;s styles, pages, or products.
In order to make when your store [...]]]></description>
			<content:encoded><![CDATA[<p>You can turn on maintenance mode on the Store &gt; Settings page.</p>
<p><img class="alignnone size-full wp-image-303" title="Maintenance Mode" src="http://help.bigcartel.com/wp-content/uploads/2008/04/maintenance_mode.jpg" alt="Maintenance Mode" width="400" height="320" /></p>
<p>In maintenance mode, you can make changes to your store behind the scenes while everyone else sees your Maintenance page. This is a good idea anytime you need to make significant changes to your store&#8217;s styles, pages, or products.</p>
<p>In order to make when your store is in maintenance mode, you need to remain logged into your admin.</p>
<p><a href="http://bigcartel.com/signup">Platinum and Diamond</a> plans also have the ability to edit their Maintenance page on the <strong>Design &gt; Pages</strong> section of their admin.</p>
<h3>Maintenance Bar</h3>
<p>While your store is in maintenance mode, we will add a handy &#8220;maintenance bar&#8221; to the top of your store.</p>
<p>This bar gives you tools to quickly switch between pages, edit the current page, and easily access different parts of the admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-does-maintenance-mode-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do pages work?</title>
		<link>http://help.bigcartel.com/articles/how-do-pages-work/</link>
		<comments>http://help.bigcartel.com/articles/how-do-pages-work/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 19:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=59</guid>
		<description><![CDATA[Pages are the building blocks of your store. Each one is accessed by a unique URL, and can be named anything you&#8217;d like.
Restrictions
All plans can edit custom pages and use basic HTML, but only Platinum and Diamond plans can edit the layout and theme pages, use &#60;script&#62; and &#60;form&#62; tags, and access our HTML API.
Layout
Your [...]]]></description>
			<content:encoded><![CDATA[<p>Pages are the building blocks of your store. Each one is accessed by a unique URL, and can be named anything you&#8217;d like.</p>
<h3 id="restrictions">Restrictions</h3>
<p>All plans can edit custom pages and use basic HTML, but only <a href="http://bigcartel.com/signup">Platinum and Diamond</a> plans can edit the layout and theme pages, use &lt;script&gt; and &lt;form&gt; tags, and access our <a href="http://help.bigcartel.com/html-api/">HTML API</a>.</p>
<h3 id="layout">Layout</h3>
<p>Your store&#8217;s layout provides the main structure for your store, and nearly all pages will display inside of it. Layouts have two required tags:</p>
<ul>
<li><strong style="font-weight: bold;">{{ head_content }}</strong> &#8211; goes inside the &lt;head&gt; tag.</li>
<li><strong style="font-weight: bold;">{{ page_content }}</strong> &#8211; goes inside the &lt;body&gt; tag.</li>
</ul>
<h3 id="standalone">Standalone Pages</h3>
<p>Standalone pages are those that do not use the layout.</p>
<p>By default, the Checkout and Maintenance pages are standalone, but any page can be turned into a standalone page by unchecking the <strong style="font-weight: bold;">Show inside theme Layout HTML</strong> checkbox.</p>
<p><img class="alignnone size-full wp-image-306" title="Standalone Pages" src="http://help.bigcartel.com/wp-content/uploads/2008/04/standalone_pages.jpg" alt="Standalone Pages" width="400" height="285" /></p>
<p>* Standalone pages also require the same tags as the layout.</p>
<h3 id="theme">Theme Pages</h3>
<p>Theme pages are your store&#8217;s core pages like Home, Products, Product, Cart, etc. These pages can&#8217;t be deleted, but <strong style="font-weight: bold;">will be replaced</strong> when you change themes.</p>
<h3 id="custom">Custom Pages</h3>
<p>Custom pages can be anything you&#8217;d like: About Us, FAQ, Return Policy, etc. You can add, edit, and delete these pages, and they <strong style="font-weight: bold;">will not be replaced</strong> when you change themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-do-pages-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I link back to my site?</title>
		<link>http://help.bigcartel.com/articles/how-can-i-link-back-to-my-site/</link>
		<comments>http://help.bigcartel.com/articles/how-can-i-link-back-to-my-site/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 23:32:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=11</guid>
		<description><![CDATA[Head over to the Store &#62; Settings page of your store admin and enter your URL in the Website field. Now your store will have a Back to site link at the top that will look something like this:

And as always, with a little CSS it can look any way you’d like:

]]></description>
			<content:encoded><![CDATA[<p>Head over to the <strong>Store &gt; Settings</strong> page of your store admin and enter your URL in the <strong>Website</strong> field. Now your store will have a <em>Back to site</em> link at the top that will look something like this:</p>
<p><img class="alignnone size-full wp-image-12" title="Back to site link 1" src="http://help.bigcartel.com/wp-content/uploads/2008/03/bc_website_1.jpg" alt="Back to site link by default" width="400" height="100" /></p>
<p>And as always, with a little <a href="http://help.bigcartel.com/design/how-do-theme-styles-work/">CSS</a> it can look any way you’d like:</p>
<p><img class="alignnone size-full wp-image-13" title="Back to site link 2" src="http://help.bigcartel.com/wp-content/uploads/2008/03/bc_website_2.jpg" alt="Back to site link with CSS" width="400" height="100" /></p>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-can-i-link-back-to-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do theme styles work?</title>
		<link>http://help.bigcartel.com/articles/how-do-theme-styles-work/</link>
		<comments>http://help.bigcartel.com/articles/how-do-theme-styles-work/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 23:25:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://help.bigcartel.com/?p=10</guid>
		<description><![CDATA[To customize your store&#8217;s styles, you have two options: use our simple controls, or get down and dirty with your own CSS.
Before you get started
It&#8217;s probably a good idea to make any changes to your styles while in maintenance mode. This allows you to make a bunch of design changes behind the scenes, and your [...]]]></description>
			<content:encoded><![CDATA[<p>To customize your store&#8217;s styles, you have two options: use our simple controls, or get down and dirty with your own CSS.</p>
<h3>Before you get started</h3>
<p>It&#8217;s probably a good idea to make any changes to your styles while in <a title="Learn about maintenance mode" href="http://help.bigcartel.com/articles/how-does-maintenance-mode-work/">maintenance mode</a>. This allows you to make a bunch of design changes behind the scenes, and your customers won&#8217;t see them until you&#8217;re finished.</p>
<h3>Simple</h3>
<p>Our simple controls give you an easy way of changing colors, fonts, and other common styles. With just a few clicks you can give your store a brand new look. Each theme offers different styling options, so play around with some different looks and see what you like best.</p>
<h3>CSS</h3>
<p>With CSS (Cascading Style Sheets) you can do anything from add a background image to completely change the look and layout of your store. There are a number of good CSS books and online resources to help you get started. However, if this sounds a bit too advanced for you, you may want to find a web designer to help you out.</p>
<h3 id="offline">Editing CSS offline</h3>
<p>Planning a major CSS overhaul? We recommend using one of the many options out there for real-time styling of CSS. Tools like the <a title="Web Developer extension" href="http://chrispederick.com/work/web-developer/">Web Developer extension</a>, <a title="TopStyle" href="http://www.newsgator.com/individuals/topstyle/default.aspx">TopStyle</a>, <a title="Style Master" href="http://www.westciv.com/style_master/index.html">Style Master</a>, and <a title="CSSEdit" href="http://www.macrabbit.com/cssedit/">CSSEdit</a>, will allow you to extract the theme&#8217;s stylesheet, save it to your computer, then customize it while previewing the changes on your live store.</p>
<p>The process you use to modify the CSS will vary depending on your tool of choice, but once you have it to your liking:</p>
<ol>
<li>Upload any new images that are used to your own server or file storage location.</li>
<li>Turn on <a title="Learn about maintenance mode" href="http://help.bigcartel.com/articles/how-does-maintenance-mode-work/">maintenance mode</a> in your store so your changes will be made behind-the-scenes.</li>
<li>Select all your new CSS and copy/paste it into the CSS field in your admin.</li>
<li>Save the changes and check them out on your live store.</li>
<li>Turn off maintenance mode.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://help.bigcartel.com/articles/how-do-theme-styles-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
