<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Opinion: Shopify Community</title>
    <link>http://forums.shopify.com/forums/1</link>
    <language>en-us</language>
    <description>Feed for forum Shopify Community</description>
    <item>
      <title>Caroline Schnapp commented on Inserting an image onto my home page</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 20 Nov 2009 23:46:36 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31237</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31237</guid>
      <description>&lt;p&gt;Cough, even some of the best themes in Shopify's catalog use inline CSS, cough.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Remove Butterfly Background from Reconfigured</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 23:26:51 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30688#comment-31236</link>
      <guid>http://forums.shopify.com/categories/2/posts/30688#comment-31236</guid>
      <description>&lt;p&gt;Hey Emil&lt;/p&gt;
&lt;p&gt;The two things I can think of on that theme to get rid of the green prices are:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;#price-field
.info-box span
&lt;/pre&gt;
Find those in the all.css and change the color to whatever you want.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Inserting an image onto my home page</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 23:19:13 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31235</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31235</guid>
      <description>&lt;p&gt;Yours is good too Tetsuro. :)&lt;/p&gt;
&lt;p&gt;I use it often if I have a quicky. And for anyone who doesn't want to delve into the fabulous world of css Tetsuro's is the easy one-off solution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Emil Congdon commented on Remove Butterfly Background from Reconfigured</title>
      <author>Emil Congdon</author>
      <pubDate>Fri, 20 Nov 2009 22:58:37 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30688#comment-31234</link>
      <guid>http://forums.shopify.com/categories/2/posts/30688#comment-31234</guid>
      <description>&lt;p&gt;Great help.&amp;nbsp; Thank you!&amp;nbsp; Do you know how to change font colors?&amp;nbsp; I have a bright green font in my frontpage collection for price and I dont care for it.&amp;nbsp; Thanks again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tetsuro commented on Inserting an image onto my home page</title>
      <author>Tetsuro</author>
      <pubDate>Fri, 20 Nov 2009 22:52:49 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31233</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31233</guid>
      <description>&lt;p&gt;^word. Jamie's code is much cleaner: please use his example instead.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Inserting an image onto my home page</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 22:33:50 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31232</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31232</guid>
      <description>&lt;p&gt;You can also target this in your css if you use some simple conditionals in your body tag:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&amp;lt;body id="{{template}}-{{page.title }}"&amp;gt;&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;Then you can target very specific pages in your css instead of inline. It will keep your mark-up cleaner if you have a bunch of these going on.&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;#page-About {background:#000;}&lt;/pre&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tetsuro commented on Inserting an image onto my home page</title>
      <author>Tetsuro</author>
      <pubDate>Fri, 20 Nov 2009 22:13:10 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31231</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31231</guid>
      <description>&lt;p&gt;You can change the background color based on a particular page by using some Liquid and some inline CSS.&lt;/p&gt;
&lt;p&gt;For example,&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&amp;lt;body {% if page.handle == "frontpage" %}style="background: #000;" {% endif %}&amp;gt; &lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;The above code will change the background color to black (#000) if the user is on a page with the handle "frontpage".&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>icelandicody commented on Damsel in Distress: help me with some customization issues please!</title>
      <author>icelandicody</author>
      <pubDate>Fri, 20 Nov 2009 21:48:34 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30939#comment-31230</link>
      <guid>http://forums.shopify.com/categories/2/posts/30939#comment-31230</guid>
      <description>&lt;p&gt;Thank you--I found a tutorial by searching "link list" instead of "linklist." The issue was that the instructions said "if you create a linklist with the handle categories, it will appear here," but there were no instructions how to do that. &amp;nbsp;I found out that I could do it in the navigation menu. &amp;nbsp;Thanks!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stuart Whitman commented on Using product tags to display product attributes and additional product metadata</title>
      <author>Stuart Whitman</author>
      <pubDate>Fri, 20 Nov 2009 21:32:40 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30995#comment-31229</link>
      <guid>http://forums.shopify.com/categories/2/posts/30995#comment-31229</guid>
      <description>&lt;p&gt;Thanks for the reply Caroline should have put a mention about that in the tutorial.&lt;/p&gt;
&lt;p&gt;I've also changed the filters slightly to incorporate Capitalization. See below for revised example:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;{% assign attribute_keyword = 'att:' %}
{% assign marker = ':' %}
{% assign found = false %}&lt;br /&gt;{% for tag in product.tags %}
    {% if tag contains attribute_keyword %}
	   {% if found == false %}
              {% assign found = true %}&amp;lt;dl&amp;gt;
	   {% endif %}
	      {{ tag | remove: attribute_keyword | replace_first: marker, ' '| capitalize | replace_first: ' ', '&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;' | prepend: '&amp;lt;dt&amp;gt;'  | append: &amp;lt;/dd&amp;gt; }}
	   {% endif %}
    {% if found and forloop.last %}&amp;lt;/dl&amp;gt;{% endif %}
{% endfor %}&lt;/pre&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Damsel in Distress: help me with some customization issues please!</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 21:31:17 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30939#comment-31228</link>
      <guid>http://forums.shopify.com/categories/2/posts/30939#comment-31228</guid>
      <description>&lt;p&gt;Can you explain what you mean by 'category'? Do you mean vendor? product type? collection? etc...&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
