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

		<item>
			<title>nachosn69 on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80612</link>
			<pubDate>Mon, 22 Oct 2012 09:29:19 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">80612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Solved. I have edited directly de &#38;lt;h1&#38;gt; Tag in includes/related-posts.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80441</link>
			<pubDate>Sat, 20 Oct 2012 04:59:09 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To change the color of the title text of each of the related entries you would add this to custom.css or quick css after  making the changes you want. You can add font-size, font-weight etc..)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.goog-text-highlight {
background-color: #C9D7F1;
-webkit-box-shadow: 2px 2px 4px #99A;
-moz-box-shadow: 2px 2px 4px #9999aa;
box-shadow: 2px 2px 4px #99A;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The html code below represents one box in related items. since i dont know what you want to do, I suggest that you download firebug and play with the selectors.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;one_fourth no_margin alpha relThumb relThumb1 post-format-portfolio flex_column&#38;quot;&#38;gt;
&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; class=&#38;quot;relThumWrap &#38;quot;&#38;gt;
&#38;lt;span class=&#38;quot;related_image_wrap&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://www.delimbo.com/test/wp-content/uploads/DELIMBO-TENEO-TE-MARIA-JOSE-FOTOS-ESPACIO-1-100616181012-284x211.jpg&#38;quot; title=&#38;quot;DELIMBO-TENEO-TE-MARIA-JOSE-FOTOS-ESPACIO-1-100616181012&#38;quot; alt=&#38;quot;&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;
&#38;lt;/a&#38;gt;&#38;lt;div class=&#38;quot;portfolio-title title_container&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; class=&#38;quot;relThumWrap &#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;h1 class=&#38;quot;main-title&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; class=&#38;quot;relThumWrap &#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;a href=&#38;quot;http://www.delimbo.com/test/expos-artistas/maria-jose-gallardo-expo/&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Enlace Permanente María José Gallardo&#38;quot;&#38;gt;María José Gallardo&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For making customization to your theme's CSS, we recommend that you install and get to know Firebug ( &#60;a href=&#34;http://getfirebug.com/css&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com/css&#60;/a&#62; )  and Google Chrome developer tools ( &#60;a href=&#34;https://developers.google.com/chrome-developer-tools/docs/overview&#34; rel=&#34;nofollow&#34;&#62;https://developers.google.com/chrome-developer-tools/docs/overview&#60;/a&#62; ) browser add-on. Firebug is a free web development tool that integrates into Firefox and Chrome browsers and assists in monitoring, debugging and editing of any website's CSS, HTML, DOM, and JavaScript files.&#60;/p&#62;
&#60;p&#62;Once installed, this easy to follow video will show you the basics of Firebug – &#60;a href=&#34;http://vimeo.com/20917974&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/20917974&#60;/a&#62; and get you on your way to customizing your theme like a real pro. &#60;/p&#62;
&#60;p&#62;This is the program that every developer uses to easily see and edit css on any site.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nachosn69 on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80331</link>
			<pubDate>Fri, 19 Oct 2012 08:56:18 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">80331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I want to change the size of related entires at the bottom here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.delimbo.com/test/expos-artistas/daniel-munoz-san/&#34; rel=&#34;nofollow&#34;&#62;http://www.delimbo.com/test/expos-artistas/daniel-munoz-san/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But only in portfolio entires. I have find a selector but also changes the text size of the portfolio preview boxes on the homepage.&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;Nacho.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80174</link>
			<pubDate>Thu, 18 Oct 2012 02:11:53 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nacho,&#60;/p&#62;
&#60;p&#62;There sure is. But I forgot all my Spanish lessons and was unable to find the page you have in mind. If you could give an exact url to the page please and what text property you are looking to change?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nachosn69 on "Related entires box text size"</title>
			<link>http://www.kriesi.at/support/topic/related-entires-box-text-size-1#post-80104</link>
			<pubDate>Wed, 17 Oct 2012 16:55:48 +0000</pubDate>
			<dc:creator>nachosn69</dc:creator>
			<guid isPermaLink="false">80104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
There´s any css selector to change the text properties only for the related entires boxes below Portfolio page?&#60;br /&#62;
Best,&#60;br /&#62;
Nacho.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
