<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Link underline removed-Post title not showing-Footer font color change -Misc &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 21 Oct 2025 19:55:46 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-180764</guid>
					<title><![CDATA[Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-180764</link>
					<pubDate>Sun, 11 Jan 2015 16:00:07 +0000</pubDate>
					<dc:creator>Jeanette Webb</dc:creator>

					<description>
						<![CDATA[
						<p>I am surrendering to lack of knowledge.<br />
I have gone as far as I know how in customizing my theme and need now to reach out for help.<br />
I do not know how to read or write php and other high level coding.<br />
I will list my desires and am hoping you can and will assist me in achieving my goal.</p>
<p>1.) change font color in footer nav. menu.<br />
2.) remove author &amp; category &amp; date in the blog post slider and replace with *View Post*.<br />
3.) assign the bottom slider to pages instead of a repeat of the blog posts above it.<br />
4.) remove underline from all links including menus.<br />
5.) how to create a blog post (A.M. News) to be a daily news update article on the same page instead of having 365 A.M.posts running for a years coverage. A daily post separate from the others but in that post title.<br />
6.) I can&#8217;t find where the Featured option is to check it for certain posts.<br />
     Is it a category I have to create?<br />
7.) how to remove the border color from the top nav. There is a faint grey outline of each box/section for it.<br />
8.) on the blog posts, the hover shows if you run the cursor over the area of the title but the title is missing from sight. It was black with a blue hover but after I updated it disappeared.<br />
I have my headline for the site set for white but this is a title not a headline.<br />
or is it included code wise, if so how can it be separated and changed?</p>
<p>My url:  legendoflamarvalley.com</p>
<p>That is the worst of it for now, I am at a standstill and could really use some assistance from you professionals.<br />
I am a novice so please be patient with me.<br />
I will enter my WP log in info in a post under this marked private.<br />
Many blessings to you and thank you.<br />
Jann</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-180767</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-180767</link>
					<pubDate>Sun, 11 Jan 2015 16:07:27 +0000</pubDate>
					<dc:creator>Jeanette Webb</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181032</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181032</link>
					<pubDate>Mon, 12 Jan 2015 07:25:35 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jann,</p>
<p>Thanks for writing in!</p>
<p>1.) change font color in footer nav. menu.<br />
Add this in custom &gt; css in the customizer.</p>
<pre><code>
.x-colophon.bottom .x-nav li a {
    color:red;
}

/* hover color */
.x-colophon.bottom .x-nav li a:hover {
    color:blue; 
}
</code></pre>
<p>2.) remove author &amp; category &amp; date in the blog post slider and replace with *View Post*.<br />
Add this in custom &gt; css in the customizer.</p>
<pre><code>
.x-post-slider-entry .featured-meta {
    display:none;
}
</code></pre>
<p>3.) assign the bottom slider to pages instead of a repeat of the blog posts above it.</p>
<p>You can use the slider shortcode for this, you can add it under your page content.</p>
<blockquote class="wp-embedded-content" data-secret="Eh64lL0uif"><p><a href="https://theme.co/archive/kb/shortcode-walkthrough-slider/">Shortcode Walkthrough: [slider]</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Shortcode Walkthrough: [slider]&#8221; &#8212; Themeco Community" src="https://theme.co/archive/kb/shortcode-walkthrough-slider/embed/#?secret=ucwsgObMYw#?secret=Eh64lL0uif" data-secret="Eh64lL0uif" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>4.) remove underline from all links including menus.<br />
Add this in custom &gt; css in the customizer.</p>
<pre><code>
body a {
    text-decoration:none !important;
}
</code></pre>
<p>5.) how to create a blog post (A.M. News) to be a daily news update article on the same page instead of having 365 A.M.posts running for a years coverage. A daily post separate from the others but in that post title.</p>
<p>Not sure about this, can you provide us with a little more clarification on what it is you&#8217;re wanting to do.</p>
<p>6.) I can’t find where the Featured option is to check it for certain posts.<br />
Is it a category I have to create?</p>
<p>You can find this under Ethos post settings when you add/edit a post.</p>
<p><a href="http://screencast.com/t/4lbOtEPcE" rel="nofollow">http://screencast.com/t/4lbOtEPcE</a></p>
<p>7.) how to remove the border color from the top nav. There is a faint grey outline of each box/section for it.<br />
Add this in custom &gt; css in the customizer.</p>
<pre><code>
.x-logobar {
    border-bottom:none;
}

.x-navbar .desktop .x-nav&gt;li&gt;a {
    border:none;
}
</code></pre>
<p>8.) on the blog posts, the hover shows if you run the cursor over the area of the title but the title is missing from sight. It was black with a blue hover but after I updated it disappeared.<br />
I have my headline for the site set for white but this is a title not a headline.<br />
or is it included code wise, if so how can it be separated and changed?<br />
Add this in custom &gt; css in the customizer.</p>
<pre><code>
.p-meta &gt; span &gt; a {
    color:#000;
}

.blog h2 a {
    color:#000;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181282</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181282</link>
					<pubDate>Mon, 12 Jan 2015 15:22:22 +0000</pubDate>
					<dc:creator>Jeanette Webb</dc:creator>

					<description>
						<![CDATA[
						<p>I just checked in to the forum and my word, you are amazing.<br />
I will apply your code&#8217;s and get back to you, I sure hope I do it properly.<br />
I would of never of been able to resolve these on my own.</p>
<p>On 5.)</p>
<p>This site is to be a daily from the field report to the public that follow the parks wolf packs.<br />
Therefore, there is a new morning post with photo&#8217;s every morning.<br />
I would very much like to keep them together in a string of 1 a-top the other so people can scroll down to read  the previous day&#8217;s news.<br />
If I have to do it in the frame now the default format, I will end up with 365 A.M. posts and my nav link will be very confused as to which on it is supposed to go to.</p>
<p>So I am assuming somehow I need a site section for this. I really do not know how to construct this.<br />
Or if it can be done.<br />
In short, I need a daily news post with access to the previous posts and photo&#8217;s with the same title.<br />
I have looked for a basic news plug in to no avail.<br />
Perhaps a post with a different title but tagged to the same category, I am not adept enough to now how to do this.</p>
<p>I made a child theme from a one click plugin but it looks horrible and I don&#8217;t know how to get rid of it(the child theme)..I am not code/language experienced.<br />
FB made the daily posting easy with you opening a page and posting every morning, however my page is a couple hundred from 14K followers worldwide now and I need a .com site to accommodate this.<br />
I can also with a .com have static information for those that want the history of the wolf packs and their reintroduction in 1995 along with the people behind it.</p>
<p>I will get back to you in a few, I am headed to apply your solutions.</p>
<p>Your assistance is very appreciated.</p>
<p>Jann</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181313</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181313</link>
					<pubDate>Mon, 12 Jan 2015 16:02:05 +0000</pubDate>
					<dc:creator>Jeanette Webb</dc:creator>

					<description>
						<![CDATA[
						<p>How wonderful, everything you gave me worked.<br />
What a tremendous feeling of relief you have given me.</p>
<p>1.a) The side bar area where Home is there is still a single underline there..is that a link line or a border line ?<br />
I would like it to be gone if possible.(?)<br />
2.a) how can I change my log in name to a more appropriate name for appearing on the posts?<br />
3.a) Side bar area again, Topic and Archive search box, how to change BG color and Font &amp; font color? </p>
<p>4.a)I watched the slider video but it did not cover how to change the alt=text or remove the name-date-category-and just have view post inserted in exchange. Or is that option within the slider..I will go in and look again in case i missed it.</p>
<p>5.a) Of an important concern, on the post single page of the article there is no title at all showing.<br />
How do I get that title showing in there?</p>
<p>Goodness, I do believe that is it for this phase of setting up.<br />
It is going to be beautiful when completed.<br />
This can be scary stuff for a novice sometimes. </p>
<p>Slaint&#8217;,</p>
<p>Jann</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181358</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181358</link>
					<pubDate>Mon, 12 Jan 2015 17:14:41 +0000</pubDate>
					<dc:creator>Jeanette Webb</dc:creator>

					<description>
						<![CDATA[
						<p>Greetings,</p>
<p>I went into the slider area you directed me to, and if I am<br />
reading it correct, these shortcodes are for the placement of the<br />
slider, not the contents.<br />
I want it kept on the index page but to slide/pages not posts.</p>
<p>In the code when I view the inspect elements it shows &lt;article then the article ID.<br />
How may this be changed to &lt;page then page ID?<br />
Can this be done with just a simple code change?<br />
I sure hope so as a double slider with the same content is an overkill.<br />
1 for pages, 1 or posts would be ideal and at least to me make more designing sense.</p>
<p>Blessings,<br />
   Jann</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181639</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181639</link>
					<pubDate>Tue, 13 Jan 2015 02:28:28 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jann,</p>
<p>Thank you for writing in!</p>
<p>1.a) The side bar area where Home is there is still a single underline there..is that a link line or a border line?</p>
<p>	`#menu-home-2 .menu-item-63 {<br />
		border: 0;<br />
	}`</p>
<p>2.a) how can I change my log in name to a more appropriate name for appearing on the posts?</p>
<p>Navigate to users panel then follow <a href="http://prntscr.com/5rtfmo" target="_blank" rel="nofollow">this setting.</a></p>
<p>3.a) Side bar area again, Topic and Archive search box, how to change BG color and Font &amp; font color?</p>
<p>You mean the drop down menu below Topic and Archive?</p>
<pre><code>select#cat, div#archives-3 select {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
select#cat option, div#archives-3 select option {color: #000;}</code></pre>
<p>to use a custom font you could add a properties <code>font-family: &#039;cutom-font-name&#039;;</code></p>
<p>4.a)I watched the slider video but it did not cover how to change the alt=text or remove the name-date-category-and just have view post inserted in exchange. Or is that option within the slider.</p>
<p>	To edit the carousel (slider on the top) meta-data, please add this to your child theme&#8217;s functions.php</p>
<pre><code> if ( ! function_exists( &#039;x_ethos_entry_cover&#039; ) ) :
  function x_ethos_entry_cover( $location ) {

    if ( $location == &#039;main-content&#039; ) { ?&gt;

      &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
        &lt;a class=&quot;entry-cover&quot; href=&quot;&lt;?php the_permalink(); ?&gt;&quot; style=&quot;&lt;?php echo x_ethos_entry_cover_background_image_style(); ?&gt;&quot;&gt;
          &lt;h2 class=&quot;h-entry-cover&quot;&gt;&lt;span&gt;&lt;?php x_the_alternate_title(); ?&gt;&lt;/span&gt;&lt;/h2&gt;
        &lt;/a&gt;
      &lt;/article&gt;

    &lt;?php } elseif ( $location == &#039;post-carousel&#039; ) { ?&gt;

      &lt;?php GLOBAL $post_carousel_entry_id; ?&gt;

      &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
        &lt;a class=&quot;entry-cover&quot; href=&quot;&lt;?php the_permalink(); ?&gt;&quot; style=&quot;&lt;?php echo x_ethos_entry_cover_background_image_style(); ?&gt;&quot;&gt;
          &lt;h2 class=&quot;h-entry-cover&quot;&gt;&lt;span&gt;&lt;?php ( $post_carousel_entry_id == get_the_ID() ) ? the_title() : x_the_alternate_title(); ?&gt;&lt;/span&gt;&lt;/h2&gt;
          &lt;div class=&quot;x-post-carousel-meta&quot;&gt;
               &lt;span class=&quot;entry-cover-date&quot;&gt;view post&lt;/span&gt;
          &lt;/div&gt;
        &lt;/a&gt;
      &lt;/article&gt;

    &lt;?php }

  }
endif; ?&gt;</code></pre>
<p>5.a) Of an important concern, on the post single page of the article there is no title at all showing.<br />
How do I get that title showing in there?</p>
<p>The title is there but it was on white color. To change font color on the title please add this on custom CSS.</p>
<p><code>h1.entry-title {color: #000;}</code></p>
<p>Lets know if you have any other questions.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181688</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181688</link>
					<pubDate>Tue, 13 Jan 2015 04:56:00 +0000</pubDate>
					<dc:creator>Jeanette Webb</dc:creator>

					<description>
						<![CDATA[
						<p>Oh dear, I am in shock&#8230;.<br />
Everything was going so well, the site was looking beautiful, I put everything of the CSS in and they worked<br />
instantly. I then went into the child theme, placed the given code in, saved and the entire site sdisappeared. All the work, everything is gone.<br />
I can not even log in..that page is gone as well..<br />
Dear heavens what can I do????<br />
What has happened?</p>
<p>it all reads now:<br />
Parse error: syntax error, unexpected $end in /home/legendoflamar/www/www/wp-content/themes/x_packagex-child/functions.php on line 29<br />
Please tell me this can be rectified.<br />
I am in tears.</p>
<p>Jann</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181705</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181705</link>
					<pubDate>Tue, 13 Jan 2015 05:33:48 +0000</pubDate>
					<dc:creator>Jeanette Webb</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181979</guid>
					<title><![CDATA[Reply To: Link underline removed-Post title not showing-Footer font color change -Misc]]></title>
					<link>https://theme.co/archive/forums/topic/link-underline-removed-post-title-not-showing-footer-font-color-change-misc/#post-181979</link>
					<pubDate>Tue, 13 Jan 2015 14:04:39 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jann,</p>
<p>You have pasted an incomplete code in your functions.php file.</p>
<p>I was able to fix this.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

