<?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: Changes to WooCommerce product detail page</title>
		<link>http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page</link>
		<description>Support Forum - Topic: Changes to WooCommerce product detail page</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 05:25:00 +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/changes-to-woocommerce-product-detail-page" rel="self" type="application/rss+xml" />

		<item>
			<title>bruwa on "Changes to WooCommerce product detail page"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page#post-88351</link>
			<pubDate>Sat, 15 Dec 2012 16:28:10 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">88351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;the first suggestion worked right away.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changes to WooCommerce product detail page"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page#post-88281</link>
			<pubDate>Sat, 15 Dec 2012 05:53:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88281@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bruno,&#60;/p&#62;
&#60;p&#62;Try this code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.attributes_tab {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.attributes_tab {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bruwa on "Changes to WooCommerce product detail page"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page#post-88231</link>
			<pubDate>Fri, 14 Dec 2012 18:33:20 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">88231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Great - Thanks!&#60;/p&#62;
&#60;p&#62;After adding your codes to the quick css the tab &#34;Additional information&#34; is here again.&#60;/p&#62;
&#60;p&#62;Is there a CSS code that would hide &#34;Additional Information&#34; (otherwise I would delete it from the file).&#60;/p&#62;
&#60;p&#62;(I tried&#60;br /&#62;
.woocommerce_tabs #tab-attributes {&#60;br /&#62;
    display: none !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;but it did not work.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to WooCommerce product detail page"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page#post-88225</link>
			<pubDate>Fri, 14 Dec 2012 17:37:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bruno,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product .sub_menu a {
    color: #fff;
}
#top.single-product .variations td {
    color: #fff;
}
#top.single-product select {
    color: #fff;
}
.reset_variations {
    color: #fff;
}

#top .price, div .stock {
color: #fff;
}
#top.single-product .entry-content {
width: auto;
}
#top div div.product .woocommerce_tabs ul.tabs li.active a {
background: #636466;
color: #fff;
}
.woocommerce_tabs p {
color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For updates like these where you are customizing individual bits, I'd suggest taking a look at either Firebug for Firefox or the Inspect Element fuctions in Chrome or Safari. That way you can pick out the individual bits of css that need to be modified and just add them to your quick css or custom.css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bruwa on "Changes to WooCommerce product detail page"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page#post-88058</link>
			<pubDate>Thu, 13 Dec 2012 17:05:54 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">88058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;would you mind having a look at this page: &#60;a href=&#34;http://www.wp2.fotowalther.ch/?product=1191#&#34; rel=&#34;nofollow&#34;&#62;http://www.wp2.fotowalther.ch/?product=1191#&#60;/a&#62;!prettyPhoto&#60;/p&#62;
&#60;p&#62;The fundamental tweaks I applied are:&#60;br /&#62;
&#60;strong&#62;Flashlight Styles:&#60;/strong&#62;&#60;br /&#62;
- dark-skin.css&#60;br /&#62;
- Primary Color: #000000&#60;br /&#62;
- Font Color on colored background: #ffffff&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;custom.css:&#60;/strong&#62;&#60;br /&#62;
.content .box {&#60;br /&#62;
	min-width: 990px;&#60;br /&#62;
	width: 990px;&#60;br /&#62;
 }&#60;/p&#62;
&#60;p&#62;.box, .blog-meta, .return_content, .arrowslidecontrolls_fullscreen, .hide_content_wrap a, .img_count, .slide_thumbnails, .widget {&#60;br /&#62;
background: #636466;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .main_menu .menu ul {&#60;br /&#62;
	background: #636466;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;How can I make&#60;br /&#62;
1) Links on top of the page &#34;My Account &#124; Shopping Cart &#124; Checkout&#34; in solid white (#ffffff)&#60;br /&#62;
2) &#34;woocommerce-page form.cart&#34; with bg color #636466 and a &#60;strong&#62;border&#60;/strong&#62; (format and color the same as the &#34;Description&#34; tab on the bottom of the page)&#60;br /&#62;
3) &#34;woocommerce-page form.cart&#34; text &#34;&#60;strong&#62;Product options&#60;/strong&#62;&#34; and &#60;strong&#62;variations&#60;/strong&#62; in the drop-down menu to be #ffffff (instead of grayisch) and the text &#34;&#60;strong&#62;Clear selection&#60;/strong&#62;  to be #ffffff (instead of black)?&#60;/p&#62;
&#60;p&#62;If I set the Flashlight styles: Primary Color to #ffffff, the &#34;Add to cart&#34; button turns white (it want it black).&#60;br /&#62;
&#60;strong&#62;The boxes/tabs should show #ffffff text on #636466 background with dark border&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;4) &#60;strong&#62;Product price&#60;/strong&#62; is yellowish - I want it to be #ffffff (I don't see any yellow color setting, neither in Flashlight, nor in WooCommerce)&#60;/p&#62;
&#60;p&#62;5)  What happened to the right and lower border of the description tab? How can I align it to the upper border?&#60;/p&#62;
&#60;p&#62;6) How can I make the text (product description) in the &#34;Description&#34; tab to be #ffffff instead of grayish?&#60;/p&#62;
&#60;p&#62;Thanks for helping!&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
