<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Shop header - custome settings - propulsion</title>
		<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion</link>
		<description>Support Forum - Topic: Shop header - custome settings - propulsion</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 08:15:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/shop-header-custome-settings-propulsion" rel="self" type="application/rss+xml" />

		<item>
			<title>carriercarrier on "Shop header - custome settings - propulsion"</title>
			<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion#post-49532</link>
			<pubDate>Mon, 02 Apr 2012 13:50:15 +0000</pubDate>
			<dc:creator>carriercarrier</dc:creator>
			<guid isPermaLink="false">49532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Mya!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Shop header - custome settings - propulsion"</title>
			<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion#post-49437</link>
			<pubDate>Mon, 02 Apr 2012 02:19:46 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">49437@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi John,&#60;/p&#62;
&#60;p&#62;To change the cart subtotal you'll need to add this to your custom.css or Quick CSS.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#top .cart-subtotal th { background-color: #ffff00; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To change the color of the icon-cart.png you'd need to edit the image in a program like Photoshop or Fireworks.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carriercarrier on "Shop header - custome settings - propulsion"</title>
			<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion#post-49063</link>
			<pubDate>Thu, 29 Mar 2012 16:08:27 +0000</pubDate>
			<dc:creator>carriercarrier</dc:creator>
			<guid isPermaLink="false">49063@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Thanks for your answer.&#60;/p&#62;
&#60;p&#62;I would like to change the color of&#60;/p&#62;
&#60;p&#62;1)  &#34;images/icon-cart.png&#34;&#60;/p&#62;
&#60;p&#62;(background: url(&#34;images/icon-cart.png&#34;) no-repeat scroll 0 10px transparent;)&#60;/p&#62;
&#60;p&#62;2) &#38;lt;span class=&#34;cart_subtotal&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Shop header - custome settings - propulsion"</title>
			<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion#post-48637</link>
			<pubDate>Tue, 27 Mar 2012 21:13:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">48637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi carriercarrier,&#60;/p&#62;
&#60;p&#62;1) Add the following to your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.cart_dropdown {
display:none;
}
.sub_menu {
display:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4. You can modify the menu items in your Menus manager. Its located under Appearances&#38;gt;Menus in the Wordpress admin area.&#60;/p&#62;
&#60;p&#62;5. What exactly are you trying to change the color of? Each item has its own class/id and so can be targeted with css to change its attributes. You can use a tool like Firebug for Firefox to isolate them, or if you can tell us exactly which items you'd like to target, we can assist :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carriercarrier on "Shop header - custome settings - propulsion"</title>
			<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion#post-48517</link>
			<pubDate>Tue, 27 Mar 2012 13:33:08 +0000</pubDate>
			<dc:creator>carriercarrier</dc:creator>
			<guid isPermaLink="false">48517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your fast answer Dude!&#60;/p&#62;
&#60;p&#62;1) how do I completly remove the shopheader, so that my logo moves up higher on the page?&#60;/p&#62;
&#60;p&#62;2 + 3) works exellent!!&#60;/p&#62;
&#60;p&#62;4) ??&#60;/p&#62;
&#60;p&#62;5) The vertical link dividers, shopping cart and the total sum (ex; 33SEK) is not affected by the above code&#60;/p&#62;
&#60;p&#62;The seem to be regulated by the overall body background color settings in the Theme options.&#60;br /&#62;
How can I change these?&#60;/p&#62;
&#60;p&#62;/ john
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Shop header - custome settings - propulsion"</title>
			<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion#post-48342</link>
			<pubDate>Mon, 26 Mar 2012 16:04:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48342@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1,2,3,4) Yes - you can remove the shop links. I think you just need to assign a custom menu to the submenu location. If this doesn't help open up functions.php and delete following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(avia_woocommerce_enabled()) $args[&#38;#39;fallback_cb&#38;#39;] =&#38;#39;avia_shop_nav&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can use the menu builder to add any link (even with custom url/link text) to your menu (eg contact, etc.). As far as I know it's not possible to add static text to it but you can try to use the custom link option and instead of the url/http:// address enter #.&#60;/p&#62;
&#60;p&#62;5) Use following css code for the link color:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.info_text_header a {
    color: #888 !important;
}

.info_text_header a:hover {
    color: #333 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>carriercarrier on "Shop header - custome settings - propulsion"</title>
			<link>http://www.kriesi.at/support/topic/shop-header-custome-settings-propulsion#post-48133</link>
			<pubDate>Sat, 24 Mar 2012 20:03:48 +0000</pubDate>
			<dc:creator>carriercarrier</dc:creator>
			<guid isPermaLink="false">48133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I have some Q.s about the shop header.&#60;br /&#62;
If you feel they are to many, please just point me in the right direction.&#60;/p&#62;
&#60;p&#62;1) Is it possiable to remove the shop header in Propulsion and still use the woocommerce plugin?&#60;br /&#62;
If so how do I do that?&#60;/p&#62;
&#60;p&#62;2) is it possiable to change the links in the shop header?&#60;br /&#62;
ex: change &#34;my account&#34; to &#34;contact&#34;&#60;/p&#62;
&#60;p&#62;3) is it possiable to change the shop header links with plain text?&#60;br /&#62;
So that I can use this &#34;header&#34; for my contact info.&#60;/p&#62;
&#60;p&#62;4) how do I remove each link in the Shop header&#60;/p&#62;
&#60;p&#62;5) how do I change the shop header link colors?&#60;/p&#62;
&#60;p&#62;/ Thanks&#60;/p&#62;
&#60;p&#62;John&#60;br /&#62;
&#60;a href=&#34;http://www.http://www.carriercarrier.se/wordpress/gravidmassage&#34; rel=&#34;nofollow&#34;&#62;http://www.http://www.carriercarrier.se/wordpress/gravidmassage&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
