<?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>down angle navigation arrow &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/down-angle-navigation-arrow/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 23:31:19 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76130</guid>
					<title><![CDATA[down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76130</link>
					<pubDate>Thu, 31 Jul 2014 20:08:16 +0000</pubDate>
					<dc:creator>edwardo0907</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!<br />
I want to create one of those circled down angles like on the integrity one demo header.<br />
<a href="http://prntscr.com/489gij" rel="nofollow">http://prntscr.com/489gij</a></p>
<p>Anyone know the shortcode? I can&#8217;t seem to figure it out.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76624</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76624</link>
					<pubDate>Fri, 01 Aug 2014 23:02:29 +0000</pubDate>
					<dc:creator>Paula S</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Edwardo, </p>
<p>Here is the link for the icon shortcodes (<a href="http://theme.co/x/demo/integrity/1/shortcodes/icons/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/icons/</a>)</p>
<p>Hope that helps!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76637</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76637</link>
					<pubDate>Fri, 01 Aug 2014 23:35:29 +0000</pubDate>
					<dc:creator>edwardo0907</dc:creator>

					<description>
						<![CDATA[
						<p>Unfortunately it doesn&#8217;t. Unless I&#8217;m mistaken, I&#8217;ve been over that list 3 times already. Twice before writing a forum post and now again as you suggested.</p>
<p>The one I&#8217;m looking ( <a href="http://prntscr.com/489gij" rel="nofollow">http://prntscr.com/489gij</a> )for is not there.</p>
<p>I found [icon type=&#8221;arrow-circle-o-down&#8221;] [icon type=&#8221;chevron-down&#8221;] [icon type=&#8221;chevron-circle-down&#8221;] but what I&#8217;m looking for <a href="http://prntscr.com/489gij" rel="nofollow">http://prntscr.com/489gij</a>  is more like the cheveron circle down, but colour inverted to be like arrow-circle-o-down.</p>
<p>Take a look please, you&#8217;ll see it&#8217;s missing from the list.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76639</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-76639</link>
					<pubDate>Fri, 01 Aug 2014 23:42:53 +0000</pubDate>
					<dc:creator>edwardo0907</dc:creator>

					<description>
						<![CDATA[
						<p>based on the code <a href="http://prntscr.com/48nu5i" rel="nofollow">http://prntscr.com/48nu5i</a> in the header&#8230; (I also am confused why the headers are excluded from the demos as this would make things a lot easier) the code refers to icon-angle-down  but this icon doesn&#8217;t have a circle around it. So what creates the circle?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-77006</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-77006</link>
					<pubDate>Sun, 03 Aug 2014 05:33:04 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Edwardo,</p>
<p>The HTML for that is</p>
<pre><code>&lt;a href=&quot;#&quot; class=&quot;x-slider-scroll-bottom bottom center&quot;&gt;
&lt;i class=&quot;x-icon-angle-down&quot;&gt;&lt;/i&gt;
&lt;/a&gt;</code></pre>
<p>The circle is because of the solid border and border radius of the anchor with the class of <code>.x-slider-scroll-bottom</code>. </p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-77103</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-77103</link>
					<pubDate>Sun, 03 Aug 2014 16:53:47 +0000</pubDate>
					<dc:creator>edwardo0907</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you! I&#8217;ve done this. I had to remove the line breaks in the code because otherwise it positioned the angle down outside the circle.<br />
<a href="http://iching.ming-man.com/the-4-pillars-system/" rel="nofollow">http://iching.ming-man.com/the-4-pillars-system/</a></p>
<p>the challenge I&#8217;m having now is that I&#8217;m referencing it to a section lower on the page. That works, but the scrolling doesn&#8217;t occur. It just jumps to that section, whereas everywhere else in the X theme demo it scrolls.</p>
<p>Do you know why this is happening?</p>
<p>In the link above, you&#8217;ll see the circle in the top section with the arrow. If you click it, it&#8217;ll jump to a lower section.</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-77319</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-77319</link>
					<pubDate>Mon, 04 Aug 2014 05:04:06 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Edward,</p>
<p>Please add the code below in the <strong>Customizer &gt; Custom &gt; Javascript</strong>.</p>
<pre><code>jQuery(function($){
  $(&#039;.smooth-scroll&#039;).click(function(e){
    e.preventDefault();
   
    $(&#039;html,body&#039;).animate({
      scrollTop: $(&#039;#&#039; + $(this).attr(&#039;href&#039;).split(&quot;#&quot;).slice(-1)[0] ).offset().top - $(&#039;.x-navbar&#039;).height()
    },700 ,&#039;swing&#039;);
  });
});</code></pre>
<p>And, add the class &#8220;smooth-scroll&#8221; to your link.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-78157</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-78157</link>
					<pubDate>Tue, 05 Aug 2014 14:22:30 +0000</pubDate>
					<dc:creator>edwardo0907</dc:creator>

					<description>
						<![CDATA[
						<p>YAAAAAY! Thank you very very much 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-78372</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-78372</link>
					<pubDate>Tue, 05 Aug 2014 19:06:05 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome Edwardo 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-385428</guid>
					<title><![CDATA[Reply To: down angle navigation arrow]]></title>
					<link>https://theme.co/archive/forums/topic/down-angle-navigation-arrow/#post-385428</link>
					<pubDate>Fri, 11 Sep 2015 06:01:53 +0000</pubDate>
					<dc:creator>airbdesign</dc:creator>

					<description>
						<![CDATA[
						<p>I want to add the down arrow navigation that scrolls as well. </p>
<pre><code>&lt;strong&gt;I followed the above instructions. I added the below code in a &quot;Content band&quot;&lt;/strong&gt;

&lt;a href=&quot;#&quot; class=&quot;x-slider-scroll-bottom bottom center&quot;&gt;
&lt;i class=&quot;x-icon-angle-down&quot;&gt;&lt;/i&gt;
&lt;/a&gt;</code></pre>
<p><strong>Then added the code below via Customize &gt; Custom &gt; Javascript </strong></p>
<pre><code>jQuery(function($){
  $(&#039;.smooth-scroll&#039;).click(function(e){
    e.preventDefault();
   
    $(&#039;html,body&#039;).animate({
      scrollTop: $(&#039;#&#039; + $(this).attr(&#039;href&#039;).split(&quot;#&quot;).slice(-1)[0] ).offset().top - $(&#039;.x-navbar&#039;).height()
    },700 ,&#039;swing&#039;);
  });
});</code></pre>
<p>However the down arrow is showing up separated from the circle. Above Edwardo0 mentions he removed the line breaks to fix this, however I am not clear how to do this? </p>
<p>Thank you in advance!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

