<?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>BlueOwlCreative  &#187;  Topic: Change footer right social buttons to menu</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 11:22:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23005</guid>
					<title><![CDATA[Change footer right social buttons to menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23005</link>
					<pubDate>Thu, 01 Oct 2015 13:34:18 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to replace the footer social icons on the bottom right side to another navigation area? I would like to put privacy policy and contact links in that area instead of the social media buttons.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23013</guid>
					<title><![CDATA[Reply To: Change footer right social buttons to menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23013</link>
					<pubDate>Thu, 01 Oct 2015 19:54:01 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Alex,</p>
<p>If you edit your footer.php in your Child theme you may find it pretty easy to modify it anyway you please. Find the DIV with class &#8220;footer_btm_inner&#8221; and you will see inside of it how the icons get generated. The other part of it is the copyright text that gets pulled from the theme options. Feel free to modify this bit anyway you please. Don&#8217;t forget to use a Child theme though so you don&#8217;t loose your modifications once you update the theme version. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23020</guid>
					<title><![CDATA[Reply To: Change footer right social buttons to menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23020</link>
					<pubDate>Thu, 01 Oct 2015 21:10:44 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>I added footer.php to the child theme and looked up the class you sent me but unfortunately that part is beyond my tech abilities changing the php settings for that footer area to a nav. Not sure what to change once I&#8217;m there. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23023</guid>
					<title><![CDATA[Reply To: Change footer right social buttons to menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23023</link>
					<pubDate>Thu, 01 Oct 2015 21:13:20 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Well you want to add some links there, right?<br />
You know how to do that? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Just remove the code for the icons and add a div that contains your links. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23027</guid>
					<title><![CDATA[Reply To: Change footer right social buttons to menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23027</link>
					<pubDate>Thu, 01 Oct 2015 21:28:39 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>So here&#8217;s what I want in that area.</p>
<p>TERMS &amp; CONDITIONS   |   PRIVACY POLICY   |   SITE MAP</p>
<p>I can create a div called .footer-nav which I would replace in the footer.php file, correct?</p>
<p>The only thing that I&#8217;m not sure of is where I would put the following content so the class knows where to pull the content from:</p>
<p><code>&lt;p style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;a href=&quot;http://fladvisor.wpengine.com/terms&quot;&gt;TERMS &amp; CONDITIONS&lt;/a&gt;   |   &lt;a href=&quot;http://fladvisor.wpengine.com/privacy&quot;&gt;PRIVACY POLICY&lt;/a&gt;   |   &lt;a href=&quot;http://fladvisor.wpengine.com/sitemap&quot;&gt;SITE MAP&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</code></p>
<p>Sorry if it&#8217;s a dumb question, just haven&#8217;t done this part before.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23030</guid>
					<title><![CDATA[Reply To: Change footer right social buttons to menu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-footer-right-social-buttons-to-menu/#post-23030</link>
					<pubDate>Thu, 01 Oct 2015 22:05:26 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Well in your Child theme copy the footer.php, then like I said, edit it, then inside the div with class &#8220;footer_btm_inner&#8221; remove the code that generates the icons, place yours instead, than add some styling to it if you need to. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

