<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: Bouquet - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/bouquet</link>
		<description>WordPress.com Forums &#187; Tag: Bouquet - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 22:56:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/bouquet" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Move the &quot;Leave comment&quot; button"</title>
			<link>http://en.forums.wordpress.com/topic/move-the-leave-comment-button#post-1231000</link>
			<pubDate>Thu, 18 Apr 2013 17:48:15 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1231000@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>cmjanz on "Move the &quot;Leave comment&quot; button"</title>
			<link>http://en.forums.wordpress.com/topic/move-the-leave-comment-button#post-1230997</link>
			<pubDate>Thu, 18 Apr 2013 17:47:12 +0000</pubDate>
			<dc:creator>cmjanz</dc:creator>
			<guid isPermaLink="false">1230997@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you very much, this works fine for me, as I try to keep my titles short anyway.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move the &quot;Leave comment&quot; button"</title>
			<link>http://en.forums.wordpress.com/topic/move-the-leave-comment-button#post-1230729</link>
			<pubDate>Thu, 18 Apr 2013 15:40:36 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1230729@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This can be done, but not cleanly. We have to use position: absolute; on the comment link, and that means that it will not flow and adjust with the other content, in this case, the post title. If you position it for a post title with only one line and then have a post with a two-line title, the title will overrun the comment link. If you position for a two-line title, then you end up with a bunch of extra white space between the title and the comment link when it is only one line. The following is optimized for a two-line post title. Preview it and scroll around to see what it looks like with one and two line titles.</p>
<pre><code>.comments-link {
    position: absolute;
    top: 90px;
}

.entry-content {
    margin-top: 4em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cmjanz on "Move the &quot;Leave comment&quot; button"</title>
			<link>http://en.forums.wordpress.com/topic/move-the-leave-comment-button#post-1230691</link>
			<pubDate>Thu, 18 Apr 2013 15:23:47 +0000</pubDate>
			<dc:creator>cmjanz</dc:creator>
			<guid isPermaLink="false">1230691@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I've just changed themes to Bouquet (from Chateau) to get the added text width in posts. But I would like to move my Leave comment button from the bottom of the posts to the side tab where the date is. Or to just below each post heading.<br />
I have combed the internet and the support forums here on WordPress without any success. I do have the Custom Design upgrade kit.<br />
(Or if it's simpler, how can I go back to Chateau and widen the post section, narrowing the side date/tag column?)<br />
Christina @ dragonflydithers.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Bouquet - search box magnifying glass icon disappeared"</title>
			<link>http://en.forums.wordpress.com/topic/bouquet-search-box-magnifying-glass-icon-disappeared#post-1200083</link>
			<pubDate>Fri, 29 Mar 2013 09:00:59 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1200083@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please note that CSS questions should be posted in the CSS forum, not the Themes forum.
</p>
]]></description>
					</item>
		<item>
			<title>blbarnett3 on "Bouquet - search box magnifying glass icon disappeared"</title>
			<link>http://en.forums.wordpress.com/topic/bouquet-search-box-magnifying-glass-icon-disappeared#post-1199873</link>
			<pubDate>Fri, 29 Mar 2013 02:42:17 +0000</pubDate>
			<dc:creator>blbarnett3</dc:creator>
			<guid isPermaLink="false">1199873@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your suggestion.</p>
<p>I dropped that code into the add-on .css file, and it does make a magnifying glass appear. There is a warning about the tag being over specified, but when I made the change the warning suggested, (Just use #s, not input#s), it no longer worked.</p>
<p>The palette was generated using the WordPress customization tool. In the forms section of the theme's css, there is a section similar to the one you suggested that does have the reference to the search-bg.png icon file. I'm not a CSS expert, so I'm puzzled as to why it didn't work.
</p>
]]></description>
					</item>
		<item>
			<title>johndcoy on "Bouquet - search box magnifying glass icon disappeared"</title>
			<link>http://en.forums.wordpress.com/topic/bouquet-search-box-magnifying-glass-icon-disappeared#post-1199855</link>
			<pubDate>Fri, 29 Mar 2013 01:58:41 +0000</pubDate>
			<dc:creator>johndcoy</dc:creator>
			<guid isPermaLink="false">1199855@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>It appears your background change only specifies the color and not the magnifying glass icon. Try the code below for your background change.</p>
<p><code>&lt;br /&gt;
input#s {&lt;br /&gt;
    background: url(&quot;/wp-content/themes/pub/bouquet/colors/tiger-lily/search-bg.png&quot;) no-repeat scroll 10px 8px #DFF6C0;}&lt;br /&gt;
}&lt;br /&gt;
</code>
</p>
]]></description>
					</item>
		<item>
			<title>blbarnett3 on "Bouquet - search box magnifying glass icon disappeared"</title>
			<link>http://en.forums.wordpress.com/topic/bouquet-search-box-magnifying-glass-icon-disappeared#post-1199842</link>
			<pubDate>Fri, 29 Mar 2013 01:42:16 +0000</pubDate>
			<dc:creator>blbarnett3</dc:creator>
			<guid isPermaLink="false">1199842@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm working on a blog with the bouquet theme. After we applied a custom color palette, the little magnifying glass icon disappeared from the search box - we'd like to get it back. Any suggestions?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1191808</link>
			<pubDate>Sat, 23 Mar 2013 03:48:35 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1191808@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>ncmiss12 on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1191742</link>
			<pubDate>Sat, 23 Mar 2013 00:18:06 +0000</pubDate>
			<dc:creator>ncmiss12</dc:creator>
			<guid isPermaLink="false">1191742@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Awesome! Thanks so much!! It worked great!!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1191713</link>
			<pubDate>Fri, 22 Mar 2013 23:25:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1191713@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try.</p>
<pre><code>#content, #main .widget-area {
    border: 5px solid #131217;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ncmiss12 on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1191580</link>
			<pubDate>Fri, 22 Mar 2013 21:28:12 +0000</pubDate>
			<dc:creator>ncmiss12</dc:creator>
			<guid isPermaLink="false">1191580@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, just changed it to public view.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1191572</link>
			<pubDate>Fri, 22 Mar 2013 21:24:24 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1191572@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Volunteers cannot view private blogs.
</p>
]]></description>
					</item>
		<item>
			<title>ncmiss12 on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1191567</link>
			<pubDate>Fri, 22 Mar 2013 21:21:59 +0000</pubDate>
			<dc:creator>ncmiss12</dc:creator>
			<guid isPermaLink="false">1191567@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://ncmiss1212.wordpress.com/">Eric and Sookie forever</a> </p>
<p>Here is the link to the site. </p>
<p><a href="http://ncmiss1212.wordpress.com/" rel="nofollow">http://ncmiss1212.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1191308</link>
			<pubDate>Fri, 22 Mar 2013 18:57:35 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1191308@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The site linked to your username is using Chaotic Soul and is empty. We need a link to the site you are talking about, please.
</p>
]]></description>
					</item>
		<item>
			<title>ncmiss12 on "I want to remove the white border or change the color of the border to grey"</title>
			<link>http://en.forums.wordpress.com/topic/i-want-to-remove-the-white-border-or-change-the-color-of-the-border-to-grey#post-1190837</link>
			<pubDate>Fri, 22 Mar 2013 13:30:22 +0000</pubDate>
			<dc:creator>ncmiss12</dc:creator>
			<guid isPermaLink="false">1190837@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to remove or change the color of the border of Bouquet templet. If I can not remove it, I would like to change the color of the border to a grey color that is able to be seen but not so blinding or change it to black so it appears to not have a border at all. The white of the border is so bright against the background it gives me a headache just looking at it. Is there away to do this? I love this temple in the colors I picked out, other then the border.
</p>
]]></description>
					</item>
		<item>
			<title>dietitianduo on "Color of Post Titles"</title>
			<link>http://en.forums.wordpress.com/topic/color-of-post-titles-1#post-1048821</link>
			<pubDate>Tue, 23 Oct 2012 15:13:08 +0000</pubDate>
			<dc:creator>dietitianduo</dc:creator>
			<guid isPermaLink="false">1048821@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Color of Post Titles"</title>
			<link>http://en.forums.wordpress.com/topic/color-of-post-titles-1#post-1048289</link>
			<pubDate>Mon, 22 Oct 2012 23:42:26 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1048289@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think the element you want is entry- title.</p>
<p>This first one will be the entry title on your individual post page</p>
<p><code>h1.entry-title {color:#ff0000;}</code></p>
<p>This will color the entry-title that is a link (as it is on front page)</p>
<p><code>.entry-title a {color:#00ff0000;}</code></p>
<p>And this your hover color</p>
<p><code>.entry-title a:hover {color:#0000ff;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Color of Post Titles"</title>
			<link>http://en.forums.wordpress.com/topic/color-of-post-titles-1#post-1048208</link>
			<pubDate>Mon, 22 Oct 2012 22:21:28 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1048208@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>All CSS editing here is theme specific. Here is the link to the CSS file for Bouquet so you can locate the selector. <a href="https://wpcom-themes.svn.automattic.com/bouquet/style.css" rel="nofollow">https://wpcom-themes.svn.automattic.com/bouquet/style.css</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Color of Post Titles"</title>
			<link>http://en.forums.wordpress.com/topic/color-of-post-titles-1#post-1048205</link>
			<pubDate>Mon, 22 Oct 2012 22:17:32 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1048205@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@dietitianduo<br />
That code is for Blogger blogs. It won't work on a WordPress.com blog.  This custom design upgrade comes with Staff support.  If you don't get it soon then type modlook into the sidebar.
</p>
]]></description>
					</item>
		<item>
			<title>dietitianduo on "Color of Post Titles"</title>
			<link>http://en.forums.wordpress.com/topic/color-of-post-titles-1#post-1048203</link>
			<pubDate>Mon, 22 Oct 2012 22:13:29 +0000</pubDate>
			<dc:creator>dietitianduo</dc:creator>
			<guid isPermaLink="false">1048203@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Huquqbon, </p>
<p>There isn't anything in my CSS that says marquee direction.  Any other ideas of what I could look for?
</p>
]]></description>
					</item>
		<item>
			<title>lessandragr on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1047578</link>
			<pubDate>Mon, 22 Oct 2012 02:00:26 +0000</pubDate>
			<dc:creator>lessandragr</dc:creator>
			<guid isPermaLink="false">1047578@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>:oops: Sorry!  I checked on my other computer to see how my blog looked and it was A-ok.  So I went back to my main pc and tried ctrl plus + and - everything came back to regular size - and then I kept enlarging and enlarging and it filled my whole screen.  So I guess in the process of changing things I somehow decreased instead of increasing my font and in the process it diminished next to nothing!  Honestly!</p>
<p>In short, everything is working fine now.  Thank you for your help timethief.
</p>
]]></description>
					</item>
		<item>
			<title>lessandragr on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1047570</link>
			<pubDate>Mon, 22 Oct 2012 01:43:46 +0000</pubDate>
			<dc:creator>lessandragr</dc:creator>
			<guid isPermaLink="false">1047570@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Help! In trying to expand my template to full screen it has progressively gone done to about one-inch!!!!  How can I restore - short of doing a system restore?
</p>
]]></description>
					</item>
		<item>
			<title>lessandragr on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1047555</link>
			<pubDate>Mon, 22 Oct 2012 01:07:43 +0000</pubDate>
			<dc:creator>lessandragr</dc:creator>
			<guid isPermaLink="false">1047555@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tried previewing a few other themes that I know have full screen and they, too, show with about 2-3inches of vacant space on each side of page.   Could my widgets be causing this problem?
</p>
]]></description>
					</item>
		<item>
			<title>lessandragr on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1047536</link>
			<pubDate>Mon, 22 Oct 2012 00:40:44 +0000</pubDate>
			<dc:creator>lessandragr</dc:creator>
			<guid isPermaLink="false">1047536@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tried changing page attribute to full page instead of default.  Preview shows sidebar is gone but page width is exactly the same (about 2-3 inches vacant on each side)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1047529</link>
			<pubDate>Mon, 22 Oct 2012 00:12:51 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1047529@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please see here &#62; <a href="http://en.support.wordpress.com/pages/page-attributes/#template" rel="nofollow">http://en.support.wordpress.com/pages/page-attributes/#template</a><br />
If you cannot locate page attributes go to the Screen Options pull down tab <a href="http://en.support.wordpress.com/screen-options/" rel="nofollow">http://en.support.wordpress.com/screen-options/</a> and include the post and page modules<br />
Post – Likes and Shares, Format*, Categories, Tags, Excerpt, Send Trackbacks, Discussion, Comments**, Slug, Author, Revisions, Writing Helper<br />
<strong>Page</strong> – Likes and Shares, <strong>Page Attributes</strong>, Featured Image, Discussion, Comments**, Page Revisions, Slug, Author, Revisions, Writing Helper<br />
<a href="http://en.support.wordpress.com/modules/#list-of-modules" rel="nofollow">http://en.support.wordpress.com/modules/#list-of-modules</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1047526</link>
			<pubDate>Mon, 22 Oct 2012 00:08:34 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1047526@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@andrewwasyluk<br />
 Please post an active link starting with http:/./ to the blog in question.
</p>
]]></description>
					</item>
		<item>
			<title>lessandragr on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1047525</link>
			<pubDate>Mon, 22 Oct 2012 00:07:25 +0000</pubDate>
			<dc:creator>lessandragr</dc:creator>
			<guid isPermaLink="false">1047525@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I, too, have the same problem - can't figure out how to make full width.  lessandragr.wordpress.com.
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1045369</link>
			<pubDate>Fri, 19 Oct 2012 17:03:53 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">1045369@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>andrewwasyluk on "How to enable full width page on bouquet theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-enable-full-width-page-on-bouquet-theme#post-1045368</link>
			<pubDate>Fri, 19 Oct 2012 17:03:52 +0000</pubDate>
			<dc:creator>andrewwasyluk</dc:creator>
			<guid isPermaLink="false">1045368@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have installed the bouquet theme on my wordpress site and I know it comes with a full-width page but its showing two columns right now, I tried searching this site for the answer but nothing was really specific so if anyone could give me an answer id really appreciate it. Thanks</p>
<p>Andrew
</p>
]]></description>
					</item>

	</channel>
</rss>
