<?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 - Tag: shadow - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/shadow</link>
		<description>Support Forum - Tag: shadow - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 12:54:37 +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/tags/shadow" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Background Shadow"</title>
			<link>http://www.kriesi.at/support/topic/background-shadow#post-80970</link>
			<pubDate>Thu, 25 Oct 2012 02:28:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey wonk45,&#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;#main{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should do it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wonk45 on "Background Shadow"</title>
			<link>http://www.kriesi.at/support/topic/background-shadow#post-80937</link>
			<pubDate>Wed, 24 Oct 2012 22:13:25 +0000</pubDate>
			<dc:creator>wonk45</dc:creator>
			<guid isPermaLink="false">80937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I am trying to disable the shadow framing the background on the flagship wp theme.  I have the background set to white and would like a more clean, seamless appearance.  Here is a link to the site, &#60;a href=&#34;http://www.witheasedemosite.com/GreensFirst&#34; rel=&#34;nofollow&#34;&#62;http://www.witheasedemosite.com/GreensFirst&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-76682</link>
			<pubDate>Thu, 20 Sep 2012 14:33:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mebebrown,&#60;/p&#62;
&#60;p&#62;Try to use this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrap_all {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. Just adjust it a little bit and also the color.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mebebrown on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-76621</link>
			<pubDate>Wed, 19 Sep 2012 20:54:18 +0000</pubDate>
			<dc:creator>mebebrown</dc:creator>
			<guid isPermaLink="false">76621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!  I'm looking for the same thing, and I added the code you have above:&#60;br /&#62;
.boxed #wrap_all {&#60;br /&#62;
-moz-box-shadow: 4px 4px 4px #000;&#60;br /&#62;
-webkit-box-shadow: 4px 4px 4px #000;&#60;br /&#62;
box-shadow: 4px 4px 4px #000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;It just gives a shadow on the right (like a drop shadow).  Can you please tell me how to make that go all the way around?&#60;br /&#62;
Thanks so  much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Shadows on portfolio-items"</title>
			<link>http://www.kriesi.at/support/topic/shadows-on-portfolio-items#post-75669</link>
			<pubDate>Thu, 13 Sep 2012 02:47:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi redwood,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :) I have marked this as resolved.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redwood on "Shadows on portfolio-items"</title>
			<link>http://www.kriesi.at/support/topic/shadows-on-portfolio-items#post-75633</link>
			<pubDate>Wed, 12 Sep 2012 20:12:16 +0000</pubDate>
			<dc:creator>redwood</dc:creator>
			<guid isPermaLink="false">75633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;br /&#62;
Perfect! I owe you a beer!&#60;/p&#62;
&#60;p&#62;Keep on going with this great service!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Redwood
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Shadows on portfolio-items"</title>
			<link>http://www.kriesi.at/support/topic/shadows-on-portfolio-items#post-75615</link>
			<pubDate>Wed, 12 Sep 2012 18:41:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi redwood,&#60;/p&#62;
&#60;p&#62;You can get something very close to that by 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;/p&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-sort-container .post-entry {
-moz-box-shadow: 0 1px 2px #aaa;
-webkit-box-shadow: 0 1px 2px #aaa;
box-shadow: 0 1px 2px #aaa;
background: none repeat 0 0 #F8F8F8;
border-top:1px solid #eee;
margin-bottom: 10px;
}
.portfolio-sort-container .post-entry.first {
    margin-left: 1px
}

.post-entry.one_fourth {
    width: 21.5%;
}

.portfolio-sort-container .post-content {
    padding: 6px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redwood on "Shadows on portfolio-items"</title>
			<link>http://www.kriesi.at/support/topic/shadows-on-portfolio-items#post-75308</link>
			<pubDate>Mon, 10 Sep 2012 22:24:45 +0000</pubDate>
			<dc:creator>redwood</dc:creator>
			<guid isPermaLink="false">75308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to have a nice shadow around the portfolio-items on this page:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/propulsion/template-files/portfolio-4-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/propulsion/template-files/portfolio-4-columns/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On the next page there is an example of what i trying to archieve:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/velvet/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/velvet/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It doesn't have to be 100% like on the Velvet theme, that just to give you guys an idea.&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add shadow to Aviaslider (Fullwidth)"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-aviaslider-fullwidth#post-73420</link>
			<pubDate>Wed, 29 Aug 2012 06:27:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - you can add a shadow to fullsize slideshows. Other slideshows don't support shadows. Add following code to css/custom.css to activate the shadows:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_fullsize .bottom_shadow {
    background: url(&#38;quot;../images/skin-minimal/shadow-featured.png&#38;quot;) no-repeat scroll left top transparent;
    bottom: -5px;
    height: 11px;
    left: -12px;
    position: absolute;
    width: 954px;
    z-index: 1;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>boeellis on "Add shadow to Aviaslider (Fullwidth)"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-aviaslider-fullwidth#post-73353</link>
			<pubDate>Tue, 28 Aug 2012 23:43:19 +0000</pubDate>
			<dc:creator>boeellis</dc:creator>
			<guid isPermaLink="false">73353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Friends... Forgive me for not being able to find an answer in the forum, but is it possible to add a shadow under the Aviaslider in Corona? If so, can you help me figure that out? Thanks in advance for you help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boeellis on "Add shadow to Aviaslider (Fullwidth)"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-aviaslider-fullwidth#post-73031</link>
			<pubDate>Mon, 27 Aug 2012 13:57:15 +0000</pubDate>
			<dc:creator>boeellis</dc:creator>
			<guid isPermaLink="false">73031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Guys - thanks in advance for helping me with the code to add a shadow under the Aviaslider (Fullwidth)...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-50297</link>
			<pubDate>Fri, 06 Apr 2012 03:14:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">50297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;Glad that worked for you. You can add the following as well and adjust the values to get the effect you are going for. I'll include  a link at the end with some additional helpful info:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrap_all {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Box shadow with css: &#60;a href=&#34;http://css-tricks.com/snippets/css/css-box-shadow/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/snippets/css/css-box-shadow/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "add shadow to portfolio items in corona"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-portfolio-items-in-corona#post-49952</link>
			<pubDate>Wed, 04 Apr 2012 12:20:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talentfarm on "add shadow to portfolio items in corona"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-portfolio-items-in-corona#post-49944</link>
			<pubDate>Wed, 04 Apr 2012 11:05:51 +0000</pubDate>
			<dc:creator>Talentfarm</dc:creator>
			<guid isPermaLink="false">49944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter!&#60;/p&#62;
&#60;p&#62;Wow! It works! Perfect!!&#60;/p&#62;
&#60;p&#62;Thanks a lot!!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Manuel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcambrand on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-49936</link>
			<pubDate>Wed, 04 Apr 2012 09:34:08 +0000</pubDate>
			<dc:creator>dcambrand</dc:creator>
			<guid isPermaLink="false">49936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the tip. Will definitely check that out!&#60;/p&#62;
&#60;p&#62;Speaking of drop shadows. I am going for a boxed layout rather than the stretched one, and I wonder if there's any way of adding a drop shadow to the box? This site is using a good example of that: &#60;a href=&#34;http://www.freelancer.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.freelancer.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for the quick support, wonderful to see the ongoing task to serve customers.&#60;/p&#62;
&#60;p&#62;ps.&#60;br /&#62;
If you haven't noticed yet, I'm a complete noob in regards to .css or anything more advanced than creating simple html in a notepad ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "add shadow to portfolio items in corona"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-portfolio-items-in-corona#post-49732</link>
			<pubDate>Tue, 03 Apr 2012 14:15:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Sure try following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .template-portfolio-overview .slideshow {
box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talentfarm on "add shadow to portfolio items in corona"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-portfolio-items-in-corona#post-49697</link>
			<pubDate>Tue, 03 Apr 2012 10:06:37 +0000</pubDate>
			<dc:creator>Talentfarm</dc:creator>
			<guid isPermaLink="false">49697@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;thank you very much! It works!&#60;/p&#62;
&#60;p&#62;There's only a problem. Is it possible to add shadow effect only to portfolio items and not to slideshow?&#60;/p&#62;
&#60;p&#62;Thanks a lot!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Manuel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-49585</link>
			<pubDate>Mon, 02 Apr 2012 19:15:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">49585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dcambrand,&#60;/p&#62;
&#60;p&#62;You can try adding the following to your Quick CSS or custom.css and adjust to your liking :)&#60;br /&#62;
#top .slideshow {&#60;br /&#62;
-moz-box-shadow: 3px 3px 4px #000;&#60;br /&#62;
-webkit-box-shadow: 3px 3px 4px #000;&#60;br /&#62;
box-shadow: 3px 3px 4px #000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "add shadow to portfolio items in corona"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-portfolio-items-in-corona#post-49484</link>
			<pubDate>Mon, 02 Apr 2012 06:24:27 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">49484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Guys,&#60;/p&#62;
&#60;p&#62;You can use this snippet. :)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow {
box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can always experiment to get the desired results. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "add shadow to portfolio items in corona"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-portfolio-items-in-corona#post-49394</link>
			<pubDate>Sun, 01 Apr 2012 16:25:28 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">49394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that's a good idea, would be interested, too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcambrand on "Angular: Make Slideshow cast Drop Shadow"</title>
			<link>http://www.kriesi.at/support/topic/angular-make-slideshow-cast-drop-shadow#post-49289</link>
			<pubDate>Sat, 31 Mar 2012 04:48:11 +0000</pubDate>
			<dc:creator>dcambrand</dc:creator>
			<guid isPermaLink="false">49289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey I'm looking through the CSS to see if I could add some Drop Shadow or possibly Floor Reflections to the Slideshow of the Angular theme. Others have asked the same about other themes but I can't seem to find the same files in this theme.&#60;/p&#62;
&#60;p&#62;As 1 additional query, 1: is it possible in Angular to only view the Footer on the front page? This has been asked for other themes as well but with solutions not applicable to Angular.&#60;/p&#62;
&#60;p&#62;You can check out my site @ &#60;a href=&#34;http://www.cambranddesigns.com&#34; rel=&#34;nofollow&#34;&#62;http://www.cambranddesigns.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talentfarm on "add shadow to portfolio items in corona"</title>
			<link>http://www.kriesi.at/support/topic/add-shadow-to-portfolio-items-in-corona#post-49287</link>
			<pubDate>Sat, 31 Mar 2012 02:01:42 +0000</pubDate>
			<dc:creator>Talentfarm</dc:creator>
			<guid isPermaLink="false">49287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I'd like to add a shadow to portfolio items in corona. In other words I'd like to add a shadow to the images in portfolio page.&#60;/p&#62;
&#60;p&#62;Is it possible?&#60;/p&#62;
&#60;p&#62;How can I do that?&#60;/p&#62;
&#60;p&#62;I know that I have to work with custom.css. I try to inspect the css with firebug, but I didn't find the solution :-(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>redwood on "Shadow on portfolio images"</title>
			<link>http://www.kriesi.at/support/topic/shadow-on-portfolio-images#post-43012</link>
			<pubDate>Wed, 22 Feb 2012 19:56:07 +0000</pubDate>
			<dc:creator>redwood</dc:creator>
			<guid isPermaLink="false">43012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to create a nice box-shadow around the images on the portfolio, but have no idea how to accomplish this.&#60;br /&#62;
What whould be the correct css for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larssonk22 on "Trying to Add Shadow to Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/trying-to-add-shadow-to-sidebar#post-38852</link>
			<pubDate>Thu, 26 Jan 2012 20:35:56 +0000</pubDate>
			<dc:creator>larssonk22</dc:creator>
			<guid isPermaLink="false">38852@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I wanted to add a shadow to the entire sidebar&#60;/p&#62;
&#60;p&#62;.sidebar{&#60;br /&#62;
-moz-box-shadow: 0 0 18px #000 !important;&#60;br /&#62;
-webkit-box-shadow: 0 0 18px #000;&#60;br /&#62;
box-shadow: 0 0 18px #000 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;However this does not work, I can only seem to add the shadow to .box
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-28011</link>
			<pubDate>Tue, 27 Sep 2011 20:53:05 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the heads up, we'll keep it in mind :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Font - Double Vision"</title>
			<link>http://www.kriesi.at/support/topic/font-double-vision#post-28006</link>
			<pubDate>Tue, 27 Sep 2011 20:20:38 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">28006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had to do something similar to this. I ultimately just modified the custom.js, duplicating the replace entry for just H1 and removing the text-shadow feature. Much better.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Adjust position of slider shadow"</title>
			<link>http://www.kriesi.at/support/topic/adjust-position-of-slider-shadow#post-26909</link>
			<pubDate>Wed, 14 Sep 2011 01:26:52 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you got it to work =)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JulieS on "Adjust position of slider shadow"</title>
			<link>http://www.kriesi.at/support/topic/adjust-position-of-slider-shadow#post-26823</link>
			<pubDate>Tue, 13 Sep 2011 03:48:07 +0000</pubDate>
			<dc:creator>JulieS</dc:creator>
			<guid isPermaLink="false">26823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe it was a cache problem, but I solved this issue. &#60;/p&#62;
&#60;p&#62;1. Resized the black shadow area in Photoshop to about 300 high (kept same width)&#60;br /&#62;
2. Centered the black shadow in the canvas area.&#60;br /&#62;
3. Resized canvas area to 360 high.&#60;br /&#62;
4. Renamed file to bg_shadow2.png and uploaded&#60;br /&#62;
5. Changed link file URL in stylesheet 1.&#60;br /&#62;
6. Ta da!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JulieS on "Adjust position of slider shadow"</title>
			<link>http://www.kriesi.at/support/topic/adjust-position-of-slider-shadow#post-26822</link>
			<pubDate>Tue, 13 Sep 2011 03:24:07 +0000</pubDate>
			<dc:creator>JulieS</dc:creator>
			<guid isPermaLink="false">26822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have not yet switched themes permanently so I cannot give a link. I'm using the latest version of Avisio and the problem shows up in Chrome and Firefox for both Mac (Lion) and PC (Windows 7). Did you see the screen shot?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Adjust position of slider shadow"</title>
			<link>http://www.kriesi.at/support/topic/adjust-position-of-slider-shadow#post-26163</link>
			<pubDate>Wed, 31 Aug 2011 22:15:14 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I was unable to reproduce your problem, could you be more specific on which browser you used and which version? And would it be possible to link to an online version or is it confidential? This way I can give specific instructions.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
