<?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: SVG Logo</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/svg-logo/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/feed/</link>
		<description></description>
		<pubDate>Wed, 10 Jun 2026 18:49:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35668</guid>
					<title><![CDATA[SVG Logo]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35668</link>
					<pubDate>Wed, 12 Jan 2022 12:28:23 +0000</pubDate>
					<dc:creator>mcs247</dc:creator>

					<description>
						<![CDATA[
						<p>We have utilised svg&#8217;s for other areas of the site &#8211; obviously we want our logo to be svg so it&#8217;s nice and crisp, but uploading using the theme options / header section doesn&#8217;t seem to work?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35671</guid>
					<title><![CDATA[Reply To: SVG Logo]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35671</link>
					<pubDate>Fri, 21 Jan 2022 12:47:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sorry for the late reply, let me see your URL with user/pass in a private reply&#8230;<br />
Are you using an SVG plugin?<br />
Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35672</guid>
					<title><![CDATA[Reply To: SVG Logo]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35672</link>
					<pubDate>Fri, 21 Jan 2022 14:15:05 +0000</pubDate>
					<dc:creator>mcs247</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35674</guid>
					<title><![CDATA[Reply To: SVG Logo]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35674</link>
					<pubDate>Mon, 24 Jan 2022 15:30:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>So you should be able to upload the SVG via the regular Media section in the Admin, then from Theme Options just choose the correct file (from Media tab).<br />
Then you can set your logo size (only if needed, depending on whether the sizes are defined within the actual SVG) as SVGs would require some additional CSS rules for your logo width/height, for example:</p>
<pre><code>#logo img {
    width: auto;
    height: 100%;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35681</guid>
					<title><![CDATA[Reply To: SVG Logo]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/svg-logo/#post-35681</link>
					<pubDate>Wed, 26 Jan 2022 11:52:48 +0000</pubDate>
					<dc:creator>mcs247</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks!</p>
<p>The below worked for both logo types as we want it:</p>
<pre><code>#logo img {
    width: auto;
    height: 70%;
}

#transparent_logo {
    width: auto;
    height: 100%;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

