<?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: welcome button and menu button</title>
		<link>http://www.kriesi.at/support/topic/welcome-button-and-menu-button</link>
		<description>Support Forum - Topic: welcome button and menu button</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:34:21 +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/welcome-button-and-menu-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "welcome button and menu button"</title>
			<link>http://www.kriesi.at/support/topic/welcome-button-and-menu-button#post-83425</link>
			<pubDate>Mon, 12 Nov 2012 10:06:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83425@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi atst,&#60;/p&#62;
&#60;p&#62;Yeah, I was wondering why it didn't work, I forgot about the cache. Anyway, Glad that it worked. :) I've marked this thread as resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atst on "welcome button and menu button"</title>
			<link>http://www.kriesi.at/support/topic/welcome-button-and-menu-button#post-83405</link>
			<pubDate>Mon, 12 Nov 2012 08:40:07 +0000</pubDate>
			<dc:creator>atst</dc:creator>
			<guid isPermaLink="false">83405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Halloo,&#60;/p&#62;
&#60;p&#62;I moved the code upwards in custom.css and now it works - maybe it displayed the cache before. Thanks for the &#34;!important&#34; Tip.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "welcome button and menu button"</title>
			<link>http://www.kriesi.at/support/topic/welcome-button-and-menu-button#post-83336</link>
			<pubDate>Sun, 11 Nov 2012 18:06:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi atst,&#60;/p&#62;
&#60;p&#62;I'm not sure why it doesn't work, i added this code on my end and the code works fine. Try to change it directly in style.css but be sure to make a backup.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atst on "welcome button and menu button"</title>
			<link>http://www.kriesi.at/support/topic/welcome-button-and-menu-button#post-83244</link>
			<pubDate>Sat, 10 Nov 2012 18:52:44 +0000</pubDate>
			<dc:creator>atst</dc:creator>
			<guid isPermaLink="false">83244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No- it does not change anything! Site is of offline. I think you should have the code out of the box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "welcome button and menu button"</title>
			<link>http://www.kriesi.at/support/topic/welcome-button-and-menu-button#post-83227</link>
			<pubDate>Sat, 10 Nov 2012 15:45:27 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi atst,&#60;/p&#62;
&#60;p&#62;Try to add !important on your code that you think is not applying. I'll implement it in your code by adding !important on background and border radius. Example:&#60;br /&#62;
`#top .more-link, #top .welcome_button a {&#60;br /&#62;
   background: grey !important;&#60;br /&#62;
   border-color: #E1E1E1;&#60;br /&#62;
   color: black;&#60;br /&#62;
   text-shadow: 1px 1px 0 #FFFFFF;&#60;br /&#62;
   border-radius: 0 !important;&#60;br /&#62;
}&#60;br /&#62;
Try to check if it works. If it doesn't kindly post a link to your site, so we can inspect it further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>atst on "welcome button and menu button"</title>
			<link>http://www.kriesi.at/support/topic/welcome-button-and-menu-button#post-83205</link>
			<pubDate>Sat, 10 Nov 2012 10:32:01 +0000</pubDate>
			<dc:creator>atst</dc:creator>
			<guid isPermaLink="false">83205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i would like to change border-radius and welcome button color in brightbox theme. what schould i add to custom.css? do i have to make the changes direct in style.css and minimal.skin.css?&#60;/p&#62;
&#60;p&#62;If i a write to custom.css nothing happens.&#60;/p&#62;
&#60;p&#62;#top .more-link, #top .welcome_button a {&#60;br /&#62;
background:  grey;&#60;br /&#62;
border-color: #E1E1E1;&#60;br /&#62;
color: black;&#60;br /&#62;
text-shadow: 1px 1px 0 #FFFFFF;&#60;br /&#62;
border-radius: 0px 0px 0px 0px;}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
