<?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: Line - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/line</link>
		<description>Support Forum - Tag: Line - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 09:37:22 +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/line" rel="self" type="application/rss+xml" />

		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-112057</link>
			<pubDate>Fri, 17 May 2013 20:42:28 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">112057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant Nick... Ill give it a go. &#60;/p&#62;
&#60;p&#62;Big Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111965</link>
			<pubDate>Fri, 17 May 2013 16:17:42 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;That is an advanced layout editor component called Special Heading  using the default style. &#60;a href=&#34;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?6080052=hDO5fTzvwTw1FQ2vFXkx_-7KFKI&#38;amp;f=.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is how it looks when you view source.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;padding-bottom:10px&#38;quot; class=&#38;quot;av-special-heading avia-builder-el-1 el_after_av_portfolio avia-builder-el-last &#38;quot;&#38;gt;
	&#38;lt;h1&#38;gt;Hello&#38;lt;/h1&#38;gt;
	&#38;lt;div class=&#38;quot;special-heading-border&#38;quot;&#38;gt;
		&#38;lt;div class=&#38;quot;special-heading-inner-border&#38;quot;&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So copy that block, open up footer.php and put it where you want. Just change the Hello part to whatever you need it to say.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "ENFOLD: Footer line decoration"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-line-decoration#post-111737</link>
			<pubDate>Thu, 16 May 2013 20:27:14 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">111737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy,&#60;/p&#62;
&#60;p&#62;Please draw a picture as to how it should look on the page.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111629</link>
			<pubDate>Thu, 16 May 2013 11:24:15 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for getting back to me but what im after is a replica of what you use for a shortcode where the line extends to the right of the headline text. &#60;/p&#62;
&#60;p&#62;On the enfold demo site theres an example pages drop down and one of these is called ABOUT US. If you look, theres a heading called WELCOME AT OUR AGENCY and the type of line im referring to is there (next to it, flowing across to width of the column)&#60;/p&#62;
&#60;p&#62;How can I do this in the FOOTER WIDGET headings?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111521</link>
			<pubDate>Thu, 16 May 2013 00:38:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.widgettitle {
border-bottom: 1px dotted white;
padding-bottom: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It will create a dotted line below the widget title. For more border styles, please refer to this link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/css/css_border.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/css_border.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111413</link>
			<pubDate>Wed, 15 May 2013 16:16:05 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;The first bit is great although I think you may have not quite understood my question about the footer. I dont want a line to span across all three widgets as I realise that would require alot of work. What im after is to add a bit of decoration by applying a middle horizontal line after a widget title that 'only' spans the width of the individual widget. Therefore the end result would be WIDGET 1 TITLE followed by a decorative line....[Column GAP]....WIDGET 2 TITLE followed by a decorative line....[Column GAP]....WIDGET 3 TITLE followed by a decorative line.&#60;/p&#62;
&#60;p&#62;I want it to behave the same as the shortcodes you supply but obviously I appreciate this would be CSS code instead.&#60;/p&#62;
&#60;p&#62;Can you help?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111382</link>
			<pubDate>Wed, 15 May 2013 13:47:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andy&#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 .grid-entry .inner-entry {
background: #333;
box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2); /*border on portfolio items*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .grid-entry-title {
background-color: #333; /*bg of title for portfolio item*/
color: #fff; /*color of title text*/
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The footer issue is most likely not possible without quite a bit of tweaking. Since each footer section doesn't actually touch the one next to it, you would need to re-do that grid section to allow a line to extend past the edge of the actual widget.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "ENFOLD: Footer line decoration"</title>
			<link>http://www.kriesi.at/support/topic/enfold-footer-line-decoration#post-111372</link>
			<pubDate>Wed, 15 May 2013 12:50:59 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Id like to put a decorative line (as used on the other codes for things like a portfolio grid etc) next to each Footer Widget. I have x3 widgets in the footer and each has a title. Id like a single line to extend to the right to fill the space to the right for the entire column width&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andypeck on "Footer Decoration Lines &#38; Portfolio styling"</title>
			<link>http://www.kriesi.at/support/topic/footer-decoration-lines-portfolio-styling#post-111106</link>
			<pubDate>Tue, 14 May 2013 12:08:53 +0000</pubDate>
			<dc:creator>andypeck</dc:creator>
			<guid isPermaLink="false">111106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;PORTFOLIO&#60;br /&#62;
Ive been trying everything but I cant seem to adjust the grid text font colors and the box background colours. Its inheriting the parameters from the Enfold Styling but I need to change it as its on a different background. &#60;/p&#62;
&#60;p&#62;As a test could it be totally be removed (thus leaving only a grid of images) and the descriptor text placed on a rollover in grid box itself (over the corresponding image)?&#60;/p&#62;
&#60;p&#62;In the Portfolio itself, where is the grid box rollover 'curved arrow' kept and can I change this for my own graphic?&#60;/p&#62;
&#60;p&#62;FOOTER&#60;br /&#62;
Id like to put a decorative line (as used on the other codes for things like a portfolio grid etc) next to each Footer Widget. I have x3 widgets in the footer and each has a title. Id like a single line to extend to the right to fill the space to the right for the entire column width&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105596</link>
			<pubDate>Mon, 15 Apr 2013 06:49:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; That's not possible. BBpress uses a stylesheet to style the forum and Kriesi uses wp-content\themes\propulsion\config-bbpress\bbpress-mod-21.css (or wp-content\themes\propulsion\config-bbpress\bbpress-mod.css) to overwrite some styles. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105496</link>
			<pubDate>Sun, 14 Apr 2013 06:00:27 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Do you know how I can get bbpress to inherit all propulsion css? It looks like it is using it's own css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105495</link>
			<pubDate>Sun, 14 Apr 2013 05:59:17 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was adding it to quick CSS under propulsion theme options. Just tried to do it through cpanel file manager for custom.css and I think it worked! thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105491</link>
			<pubDate>Sun, 14 Apr 2013 05:51:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where are you adding it in? I don't see the adjust css inspecting it now.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105459</link>
			<pubDate>Sat, 13 Apr 2013 22:42:32 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's the strange thing. I just added it in there and changed the color code, as I have tried this before already, and it doesn't do anything. I even put !important; yet nothing.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#bbpress-forums .even, #bbpress-forums .bbp-replies .odd{
background-color:#f2f2f2;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Devin on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105456</link>
			<pubDate>Sat, 13 Apr 2013 22:18:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It looks like you have this set which is causing the color:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#bbpress-forums .even, #bbpress-forums .bbp-replies .odd{
background-color:#111111;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Look for that in your Quick CSS or if it isn't there, add it there and modify the color code as needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105448</link>
			<pubDate>Sat, 13 Apr 2013 21:49:00 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, I turned it off of maintenance mode for you to take a look. Thanks!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://goo.gl/gB8EO&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/gB8EO&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105417</link>
			<pubDate>Sat, 13 Apr 2013 19:43:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ehong33234,&#60;/p&#62;
&#60;p&#62;Without seeing it live and inspecting it myself I'm not sure what it could be. My guess is you are incorrectly targeting it with the wrong selector or something else has a more specific selector. You could try just forcing it with !important as well.&#60;/p&#62;
&#60;p&#62;If you can provide a link to an example, we can better assist.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "BBPress Forum Comment Background Color CSS"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-forum-comment-background-color-css#post-105331</link>
			<pubDate>Fri, 12 Apr 2013 17:27:32 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I used firebug as I normally do to look at the CSS and modify it by adding code to the Quick CSS in this theme. But no matter what I try, I cannot get rid of this black background (#111111) that is behind the comment making it hard to read. I have tried to also edit the core files for bbpress-mod.css and bbpress-mod-21.css without any luck. &#60;/p&#62;
&#60;p&#62;I just need to change this color to something more subtle like #f2f2f2 or get rid of the black altogether. &#60;/p&#62;
&#60;p&#62;Looks like something is overriding my quick CSS! Please help!&#60;/p&#62;
&#60;p&#62;Screenshot: &#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i48.tinypic.com/i1waaf.png&#34;&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Headline with dotted line next to the text -&#62; CSS?"</title>
			<link>http://www.kriesi.at/support/topic/headline-with-dotted-line-next-to-the-text-css#post-104350</link>
			<pubDate>Thu, 04 Apr 2013 15:13:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Unfortunately we really aren't able to de-bug custom css/code through the support forums. You can try somewhere like Stackoverflow and ask the question there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Headline with dotted line next to the text -&#62; CSS?"</title>
			<link>http://www.kriesi.at/support/topic/headline-with-dotted-line-next-to-the-text-css#post-104288</link>
			<pubDate>Thu, 04 Apr 2013 09:24:39 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">104288@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to achieve such a styling:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;https://www.evernote.com/shard/s210/sh/d24d5961-1f3b-4424-892d-f3e7227c1b69/134d35dafbcc813accf473771fb45754/res/b0afa90d-d3ca-4ac1-a1bf-3d76104e8664.png?resizeSmall&#38;amp;width=832&#34; /&#62;&#60;/p&#62;
&#60;p&#62;This is the code in my page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;subtitle&#38;quot;&#38;gt;
&#38;lt;h3&#38;gt;This is a test subtitle&#38;lt;/h3&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and these are the CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.subtitle {
    margin-bottom: 25px;
    position: relative;
}
.subtitle h3 {
    font-size: 14px;
    padding-right: 15px;
}
.subtitle:before {
    background: url(&#38;quot;http://viaina.de/testseite/wp-content/uploads/sites/5/2013/04/divider10.png&#38;quot;) repeat-x scroll center center transparent;
    content: &#38;quot;&#38;quot;;
    height: 7px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;strong&#62;The result:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;https://www.evernote.com/shard/s210/sh/9320e671-b4e3-4b6f-b446-e52f31e139fa/91d7a72051165021ce19624691ac2d4e/res/32d7a0a7-1ac1-4697-af64-1536fc4690f9.png?resizeSmall&#38;amp;width=832&#34; /&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Live:&#60;/strong&#62;&#60;br /&#62;
&#60;a href=&#34;http://playground.viaina.de/testpage/&#34; rel=&#34;nofollow&#34;&#62;http://playground.viaina.de/testpage/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What is wrong with my &#60;code&#62;:before&#60;/code&#62; code and what can I do so that the dotted line does not go behind the headline text?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Line showing under linked thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/line-showing-under-linked-thumbnails#post-95592</link>
			<pubDate>Thu, 07 Feb 2013 06:31:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it worked. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Line showing under linked thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/line-showing-under-linked-thumbnails#post-95531</link>
			<pubDate>Wed, 06 Feb 2013 21:06:39 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">95531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Ismael,&#60;/p&#62;
&#60;p&#62;Perfect! The first code already did the trick. &#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
-Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Line showing under linked thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/line-showing-under-linked-thumbnails#post-95175</link>
			<pubDate>Tue, 05 Feb 2013 04:42:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Janet,&#60;/p&#62;
&#60;p&#62;Try to add this code inside Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-content p a {
border-bottom: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if that doesn't work, try this instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-content p a {
border-bottom: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetbakker on "Line showing under linked thumbnails"</title>
			<link>http://www.kriesi.at/support/topic/line-showing-under-linked-thumbnails#post-95135</link>
			<pubDate>Mon, 04 Feb 2013 21:44:39 +0000</pubDate>
			<dc:creator>janetbakker</dc:creator>
			<guid isPermaLink="false">95135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;There's a line showing in some thumbnails in posts - it looks like it's being created by having it linked to something - the blue box that shows up when you hover over it, leaves a blue line (&#60;a href=&#34;http://www.janetbakker.nl/StayWithTheFight/never-tap-out/&#34; rel=&#34;nofollow&#34;&#62;http://www.janetbakker.nl/StayWithTheFight/never-tap-out/&#60;/a&#62; - scroll down to the end of the post). Is there something I can do to have that line removed?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Propulsion sidebar line"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-sidebar-line#post-83691</link>
			<pubDate>Tue, 13 Nov 2012 17:25:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that worked for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Propulsion sidebar line"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-sidebar-line#post-83625</link>
			<pubDate>Tue, 13 Nov 2012 14:11:12 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">83625@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nice one, Ismael. Top code worked.&#60;br /&#62;
Thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Propulsion sidebar line"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-sidebar-line#post-83548</link>
			<pubDate>Tue, 13 Nov 2012 02:34:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;Try to add the this code in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .seperator.extralight-border {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, use this code if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .seperator.extralight-border {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code removes all those separators being added on the sidebar.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Propulsion sidebar line"</title>
			<link>http://www.kriesi.at/support/topic/propulsion-sidebar-line#post-83538</link>
			<pubDate>Mon, 12 Nov 2012 23:56:27 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">83538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I delete the little line/spacer between widgets in my sidebar (it seems to appear automatically)?&#60;/p&#62;
&#60;p&#62;Ref: &#60;a href=&#34;http://beastsyndicate.com/streetwear/about/&#34; rel=&#34;nofollow&#34;&#62;http://beastsyndicate.com/streetwear/about/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Lines on comments under blog posts..."</title>
			<link>http://www.kriesi.at/support/topic/lines-on-comments-under-blog-posts#post-77033</link>
			<pubDate>Mon, 24 Sep 2012 01:25:27 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">77033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Karen! Let us know if you have any more questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kscooley on "Lines on comments under blog posts..."</title>
			<link>http://www.kriesi.at/support/topic/lines-on-comments-under-blog-posts#post-76917</link>
			<pubDate>Sat, 22 Sep 2012 14:39:42 +0000</pubDate>
			<dc:creator>kscooley</dc:creator>
			<guid isPermaLink="false">76917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And worked perfectly.  :)  Thanks again!  Love the support you all give us!&#60;/p&#62;
&#60;p&#62;Karen
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
