<?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: Hyperlink Colors</title>
		<link>http://www.kriesi.at/support/topic/hyperlink-colors</link>
		<description>Support Forum - Topic: Hyperlink Colors</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 07:06:47 +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/hyperlink-colors" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-110206</link>
			<pubDate>Fri, 10 May 2013 01:06:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Everything with the &#34;a&#34; selector is considered as hyperlink. Some example are.&#60;/p&#62;
&#60;p&#62;#top .catnav li .sub-menu a. &#60;/p&#62;
&#60;p&#62;a{color:#0699BB;}&#60;br /&#62;
a:hover{color:#333;}&#60;/p&#62;
&#60;p&#62;body .gallery li a, body .flickr li a&#60;/p&#62;
&#60;p&#62;They are all over the place, please take time to find them all and add the css modification you desire.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-110105</link>
			<pubDate>Thu, 09 May 2013 16:28:33 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">110105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;br /&#62;
This is old but I want to fix this how do I change the hyperlink colors for all hyperlinks here is the style sheet 1&#60;br /&#62;
I thought I changed it to color #0699BB, but it is not showing that.&#60;/p&#62;
&#60;p&#62;body{&#60;br /&#62;
background: #fff url(../images/skin1/bg.png) repeat-x 0 0;&#60;br /&#62;
color:#666;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .logobg a{&#60;br /&#62;
background: transparent url(../images/skin1/logo.png) no-repeat left top;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#headwrap{&#60;br /&#62;
border-bottom:1px solid #aaa;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#headextras{&#60;br /&#62;
background: #131313;&#60;br /&#62;
border: 1px solid #333;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.social_bookmarks .rss a{background: transparent url(../images/skin1/rss_16.png) 0 0  no-repeat;}&#60;br /&#62;
.social_bookmarks .facebook a{background: transparent url(../images/skin1/facebook_16.png) 0 0  no-repeat;}&#60;br /&#62;
.social_bookmarks .twitter a{background: transparent url(../images/skin1/twitter_16.png) 0 0  no-repeat;}&#60;br /&#62;
.social_bookmarks .flickr a{background: transparent url(../images/skin1/flickr_16.png) 0 0  no-repeat;}&#60;br /&#62;
.social_bookmarks .email a{background: transparent url(../images/skin1/email_16.png) 0 0  no-repeat;}&#60;/p&#62;
&#60;p&#62;#submit_news{&#60;br /&#62;
color:#fff;&#60;br /&#62;
background: transparent url(../images/skin1/submit_news.png) top right  no-repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*head searchform*/&#60;/p&#62;
&#60;p&#62;#head #s{&#60;br /&#62;
background: #fff;&#60;br /&#62;
color:#555;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#searchsubmit {&#60;br /&#62;
background: transparent url(../images/skin1/search.png) 2px center  no-repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*nav pages*/&#60;br /&#62;
.nav li a{&#60;br /&#62;
color:#aaa;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.nav .current a, .nav li a:hover, .nav .currentli_item a{&#60;br /&#62;
color:#fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav li ul a{&#60;br /&#62;
border:1px solid #484848;&#60;br /&#62;
border-top:none;&#60;br /&#62;
color:#aaa;&#60;br /&#62;
background: #222;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav li ul a:hover{&#60;br /&#62;
background:#262626;&#60;br /&#62;
color:#fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .nav li ul {&#60;br /&#62;
border-top:1px solid #484848;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*nav categories*/&#60;br /&#62;
.catnav_wrapper{&#60;br /&#62;
border-left:1px solid #aaa;&#60;br /&#62;
border-right:1px solid #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.catnav{&#60;br /&#62;
border-right:1px solid #aaa;&#60;br /&#62;
border-left:1px solid #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.catnav li{&#60;br /&#62;
border-right:1px solid #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.catnav li a{&#60;br /&#62;
color:#666666;&#60;br /&#62;
border-right:1px solid #aaa;&#60;br /&#62;
text-shadow:1px 1px 0px #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.catnav .current a, .catnav li a:hover, .catnav .currentli_item a, .catnav .current-menu-item a, .catnav .current-menu-item a{&#60;br /&#62;
color:#464646;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .catnav li .sub-menu a{&#60;br /&#62;
border:1px solid #aaa;&#60;br /&#62;
border-top:none;&#60;br /&#62;
color:#666;&#60;br /&#62;
background: #f9f9f9;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .catnav li ul a:hover{&#60;br /&#62;
background:#fff;&#60;br /&#62;
color:#464646;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .catnav li ul {&#60;br /&#62;
border-top:1px solid #aaa;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*Featured Area*/&#60;/p&#62;
&#60;p&#62;#featured{&#60;br /&#62;
border:1px solid #aaa;&#60;br /&#62;
border-top:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.featured{&#60;br /&#62;
border-left:1px solid #aaa;&#60;br /&#62;
background: #fff url(../images/skin1/preload.gif) no-repeat center center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.preloading_background{&#60;br /&#62;
background: transparent url(../images/skin1/preload.gif) no-repeat 50% 50%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .fadeout{&#60;br /&#62;
background: transparent url(../images/skin1/overlay.png) repeat-y right top;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.bottom_left_rounded_corner{&#60;br /&#62;
background: transparent url(../images/skin1/rounded.png) no-repeat left bottom;&#60;br /&#62;
}&#60;br /&#62;
.bottom_right_rounded_corner{&#60;br /&#62;
background: transparent url(../images/skin1/rounded.png) no-repeat right bottom;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .feature_excerpt{&#60;br /&#62;
border-top:1px solid #eee;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.position_excerpt, #top #featured .feature_excerpt {&#60;br /&#62;
background:none repeat scroll 0 0 #FFFFFF;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top #featured a{&#60;br /&#62;
color:#444;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .slidecontrolls span{&#60;br /&#62;
background:transparent url(../images/skin1/slide_controlls.png) no-repeat top right;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .slidecontrolls .active_item, #top .slidecontrolls span:hover{&#60;br /&#62;
background:transparent url(../images/skin1/slide_controlls.png) no-repeat top left;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.newsselect{&#60;br /&#62;
border-left:1px solid #e1e1e1;&#60;br /&#62;
background: #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.newsselect .single_item{&#60;br /&#62;
border-bottom:1px solid #e1e1e1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.newsselect .single_item:hover, .newsselect .active_item{&#60;br /&#62;
background-color: #f1f1f1;&#60;br /&#62;
text-shadow:1px 1px 0 #FFFFFF;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*CONTENT AREA*/&#60;br /&#62;
.entry-previewimage{&#60;br /&#62;
border:1px solid #E1E1E1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.entry-head, .entry-head a, .entry-bottom, .entry-bottom a{&#60;br /&#62;
color:#0699BB;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.entry-head .date{background: transparent url(../images/skin1/icon-date.png) no-repeat -3px top;}&#60;br /&#62;
.entry-head .comments{background: transparent url(../images/skin1/icon-comment.png) no-repeat -3px top;}&#60;br /&#62;
.entry-head .author{background: transparent url(../images/skin1/icon-author.png) no-repeat -2px top;}&#60;/p&#62;
&#60;p&#62;.more-link, .entry-bottom .categories, .widget_tag_cloud a{&#60;br /&#62;
background: #f6f6f6 url(../images/skin1/highlight.png) repeat-x left top;&#60;br /&#62;
border:1px solid #e1e1e1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.widget_tag_cloud a{&#60;br /&#62;
text-shadow: #fff 1px 1px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.more-link:hover, .widget_tag_cloud a:hover{&#60;br /&#62;
background: #eee url(../images/skin1/highlight.png) repeat-x left top;&#60;br /&#62;
border:1px solid #aaa;&#60;br /&#62;
color:#666;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*pagination*/&#60;/p&#62;
&#60;p&#62;#top .pagination span, #top .pagination a{&#60;br /&#62;
border:1px solid #e1e1e1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .pagination a:hover{&#60;br /&#62;
border:1px solid #666;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .pagination .current{&#60;br /&#62;
background: #666;&#60;br /&#62;
border:1px solid #222;&#60;br /&#62;
color:#fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*sidebar*/&#60;/p&#62;
&#60;p&#62;.sidebar{&#60;br /&#62;
border-left:1px solid #e1e1e1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.sidebar .box li a,  .box .recentcomments, .entry ul li {&#60;br /&#62;
background:transparent url(../images/skin1/bullet1.png) no-repeat scroll 0 12px;&#60;br /&#62;
border-bottom:1px solid #D6D6D6;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.box li a,  #footer .box .recentcomments{&#60;br /&#62;
background:transparent url(../images/skin1/bullet1.png) no-repeat scroll 0 12px;&#60;br /&#62;
border-bottom:1px solid #333;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .entry ul li {&#60;br /&#62;
background:transparent url(../images/skin1/bullet1.png) no-repeat scroll 0 9px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;body .gallery li a, body .flickr li a{&#60;br /&#62;
background: transparent none;&#60;br /&#62;
border:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#main ul{&#60;br /&#62;
border-top:1px solid #D6D6D6;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .box_entry, .community_news h3, .link_list h3{&#60;br /&#62;
border-bottom:1px solid #E1E1E1;&#60;br /&#62;
}&#60;br /&#62;
#footer h3, #top #footer .box_entry{&#60;br /&#62;
border-bottom:1px solid #333;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.box img, .entry img, .wp-caption{&#60;br /&#62;
border:1px solid #E1E1E1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.box a:hover img, .entry a:hover img, .entry-previewimage:hover{&#60;br /&#62;
border:1px solid #999;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* footer */&#60;br /&#62;
#footerwrap, #wp-calendar th, #prev, #next{&#60;br /&#62;
background: #222;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#footer .box img{&#60;br /&#62;
border:1px solid #333;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#footer .box img:hover{&#60;br /&#62;
border:1px solid #555;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*comments*/&#60;/p&#62;
&#60;p&#62;#top #social_icons ul{&#60;br /&#62;
border-top:none;&#60;br /&#62;
border-bottom:1px solid #e1e1e1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#social_icons .twitter{background: transparent url(../images/skin1/twitter_32.png) 0 0  no-repeat;}&#60;br /&#62;
#social_icons .fb{background: transparent url(../images/skin1/facebook_32.png) 0 0  no-repeat;}&#60;br /&#62;
#social_icons .digg{background: transparent url(../images/skin1/digg_32.png) 0 0  no-repeat;}&#60;br /&#62;
#social_icons .stumble{background: transparent url(../images/skin1/stumbleupon_32.png) 0 0  no-repeat;}&#60;br /&#62;
#social_icons .deli{background: transparent url(../images/skin1/delicious_32.png) 0 0  no-repeat;}&#60;br /&#62;
#social_icons .techno{background: transparent url(../images/skin1/technorati_32.png) 0 0  no-repeat;}&#60;/p&#62;
&#60;p&#62;#author-box, .comment_nav{&#60;br /&#62;
border-top:1px solid #E1E1E1;&#60;br /&#62;
border-bottom:1px solid #E1E1E1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.comment_content {&#60;br /&#62;
border:1px solid #E1E1E1;&#60;br /&#62;
}&#60;br /&#62;
.odd .comment_content{&#60;br /&#62;
background: #F6F6F6 url(../images/skin1/highlight.png) repeat-x scroll left top;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*CONTACT FORM*/	&#60;/p&#62;
&#60;p&#62;.text_input, .text_area{&#60;br /&#62;
border:1px solid #e1e1e1;&#60;br /&#62;
color: #777;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#send, #submit{&#60;br /&#62;
background: #f6f6f6 url(../images/skin1/highlight.png) repeat-x left top;&#60;br /&#62;
border:1px solid #e1e1e1;&#60;br /&#62;
color: #777;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#submit:hover, #send:hover{&#60;br /&#62;
background: #eee;&#60;br /&#62;
color: #444;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/&#60;br /&#62;
.error .text_input, .error .text_area{border:1px solid #FF9000;}&#60;br /&#62;
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}&#60;/p&#62;
&#60;p&#62;/*generic*/&#60;/p&#62;
&#60;p&#62;h1, h2, h3, h4, h5, h6, legend, #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a{&#60;br /&#62;
color:#222;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover{&#60;br /&#62;
color:#0699BB;&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer legend, #footer h1 a, #footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a{&#60;br /&#62;
color:#eee;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover{&#60;br /&#62;
color:#0699BB;&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;a{color:#0699BB;}&#60;br /&#62;
a:hover{color:#333;}&#60;br /&#62;
#footer a:hover{color:#fff;}&#60;/p&#62;
&#60;p&#62;blockquote {&#60;br /&#62;
border-left:5px solid #D6D6D6;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.entry li {&#60;br /&#62;
list-style-type:none;&#60;br /&#62;
padding-left:10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.entry ul ul{&#60;br /&#62;
border:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;pre {&#60;br /&#62;
background-color:#FEFEFE;&#60;br /&#62;
border:1px solid #DDDDDD;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.lightbox_video{&#60;br /&#62;
background:transparent url(../images/skin1/video.png) no-repeat center center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .lightbox_image{&#60;br /&#62;
background:transparent url(../images/skin1/magnify.png) no-repeat center center;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-76652</link>
			<pubDate>Thu, 20 Sep 2012 10:11:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This selector that deals with the top slider font color is below, just add the font color to it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .sliderheading{
display:block;
font-size: 26px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and top menu is deal with by the following, also you can add the color there as well as any other modifications:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .nav{
position: relative;
height:36px;
list-style-type: none;
list-style-position: outside;
margin:0;
z-index: 6;
font-size: 12px;
float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-76430</link>
			<pubDate>Tue, 18 Sep 2012 15:42:24 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">76430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Will that change the top menu or the slider font color?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-76374</link>
			<pubDate>Tue, 18 Sep 2012 08:58:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76374@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can edit this element&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .heading_clone {
position: absolute;
z-index: 4;
bottom: 20px;
left: 20px;
font-size: 13px;
text-transform: uppercase;
padding: 0;
margin: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just add the color style&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .heading_clone {
position: absolute;
z-index: 4;
bottom: 20px;
left: 20px;
font-size: 13px;
text-transform: uppercase;
padding: 0;
margin: 0;
color: red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-76365</link>
			<pubDate>Tue, 18 Sep 2012 06:51:44 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">76365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks&#60;br /&#62;
&#60;a href=&#34;http://www.susdcommunityed.org&#34; rel=&#34;nofollow&#34;&#62;http://www.susdcommunityed.org&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-76308</link>
			<pubDate>Mon, 17 Sep 2012 18:51:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi acleverly,&#60;/p&#62;
&#60;p&#62;Can you provide a link to a page with an example of exactly the link color you are trying to change. That way we don't have you adding or modifying any incorrect css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-75933</link>
			<pubDate>Fri, 14 Sep 2012 16:15:37 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">75933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Or if that doesn't work to change the font hyperlink color only in the accordion slide area
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-75930</link>
			<pubDate>Fri, 14 Sep 2012 16:14:41 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">75930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Almost there...&#60;br /&#62;
I added the following to overwrite the hyperlinks to this&#60;br /&#62;
a {&#60;br /&#62;
    color: #008295!important;&#60;br /&#62;
    text-decoration: none !important;&#60;br /&#62;
}&#60;br /&#62;
a:visited {&#60;br /&#62;
    color: #008295 !important;&#60;br /&#62;
    text-decoration: none !important;&#60;br /&#62;
}&#60;br /&#62;
a:hover, a:active {&#60;br /&#62;
    color: #888F96 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;However now I just want the actual hyperlinks in the post and page body to have the color 008295, how do I do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-75915</link>
			<pubDate>Fri, 14 Sep 2012 12:21:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi acleverly,&#60;/p&#62;
&#60;p&#62;Yes, if your site is hosted on a remote server, you would surely need to use filezilla or other ftp softwares. The directory should look something like public_html &#38;gt; wp-content &#38;gt; themes &#38;gt; newscast &#38;gt; css &#38;gt; style1.css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-75873</link>
			<pubDate>Fri, 14 Sep 2012 04:23:19 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">75873@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mya, I don't see the Style1 etc sheet where is it located? Do I have to do that in the FTP?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-75871</link>
			<pubDate>Fri, 14 Sep 2012 04:12:44 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">75871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Links are actually set in several places so you may have to change multiple classes or IDs. The file you want though is either style1.css or style2.css located in the /css/ folder of theme's directory. The one you use depends on if you have a light scheme or dark scheme.&#60;/p&#62;
&#60;p&#62;As far as your second question, &#34;Also how do I do a quick search in the Editor area? &#34; I'm not sure what &#34;Editor&#34; you're referring to. The one Visual Editor in Pages or Posts or the Editor in Appearance &#38;gt; Editor?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-75862</link>
			<pubDate>Fri, 14 Sep 2012 03:33:35 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">75862@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is my style sheet I tried adding a hyperlink and hover color and it's not working. It must be so obvious but I'm not getting it.  I just want to change the hyperlinks in the body to Aother color.&#60;/p&#62;
&#60;p&#62;Edit: Removed by Devin for less scrolling.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acleverly on "Hyperlink Colors"</title>
			<link>http://www.kriesi.at/support/topic/hyperlink-colors#post-75769</link>
			<pubDate>Thu, 13 Sep 2012 16:16:23 +0000</pubDate>
			<dc:creator>acleverly</dc:creator>
			<guid isPermaLink="false">75769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I change the hyperlink color in the css?  I went through the whole style sheet and I'm not seeing the color for the hyperlinks anywhere.  I know this must be an easy thing.&#60;/p&#62;
&#60;p&#62;Also how do I do a quick search in the Editor area?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
