<?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: Need Help !</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/need-help/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/feed/</link>
		<description></description>
		<pubDate>Mon, 24 Aug 2026 15:12:42 +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/need-help/#post-30903</guid>
					<title><![CDATA[Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30903</link>
					<pubDate>Tue, 31 Jan 2017 16:27:53 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>It&#8217;s me again, </p>
<p>I recommended this theme to a client and he has purchased it, i am currently working on his site on my staging server, I need help with a few please :</p>
<p>1) He wants to use a custom font (meltix font) which is not a google font and he wants it to be used only in the menu &amp; headings, how can i achieve that, i saw that we can add it in header.php, but I need the exact steps..</p>
<p>2) The front page looks good but the product pages &amp; shop page has an empty white space after the footer, going crazy why ..</p>
<p>3) How can i change the grey color on product hover ?</p>
<p>Thank you in appreciation, will purchase extended support for an earlier theme license morrow,</p>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30904</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30904</link>
					<pubDate>Tue, 31 Jan 2017 16:29:37 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30908</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30908</link>
					<pubDate>Wed, 01 Feb 2017 00:25:09 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30911</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30911</link>
					<pubDate>Wed, 01 Feb 2017 07:33:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>1. First off make sure you use a child theme as we&#8217;ll be adding the font via the style.css file there! </p>
<p><a href="http://blueowlcreative.com/docs/fortuna/#customization1" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#customization1</a></p>
<p>There are plenty of tuts on how to add the actual font, here:</p>
<p><a href="https://www.fontspring.com/support/installing_webfonts/how-do-i-use-the-webfonts" rel="nofollow">https://www.fontspring.com/support/installing_webfonts/how-do-i-use-the-webfonts</a></p>
<p>Once you include the font via the font-face rule you can apply it whatever elements you want, for example if you want to use it for headings:</p>
<pre><code>h1, h2, h3, h4, h5, h6, .heading_font {
    font-family: &quot;YOUR_FONT_FAMILY&quot;;
}</code></pre>
<p>2. You can see woocommerce is adding this bottom space, override it like so in your child theme&#8217;s css file with this:</p>
<pre><code>body.woocommerce:not(.widget) {
    padding-bottom: 0px;
}</code></pre>
<p>3. Here&#8217;s an example:</p>
<pre><code>.woocommerce .product a .img_overlay {
    background-color: rgba(200, 128, 128, 0.4);
}</code></pre>
<p> <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30917</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30917</link>
					<pubDate>Wed, 01 Feb 2017 10:03:31 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>does this work even if the font is not a web font ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30919</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30919</link>
					<pubDate>Wed, 01 Feb 2017 12:18:55 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks and will get back to you if i need further help, FYI just purchased extended support for one of the theme license.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30924</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30924</link>
					<pubDate>Thu, 02 Feb 2017 08:10:35 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You cannot use a non-web font on a website. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
There are online tools to convert a normal TTF to a web font though, although I would simply find the font&#8217;s web version&#8230;<br />
Sure, let me know if I can further help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30930</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30930</link>
					<pubDate>Thu, 02 Feb 2017 12:18:50 +0000</pubDate>
					<dc:creator>katelyn</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I purchased the extended version of the font ($148) and had it integrated,</p>
<p>thanks <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30931</guid>
					<title><![CDATA[Reply To: Need Help !]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/need-help/#post-30931</link>
					<pubDate>Thu, 02 Feb 2017 19:32:14 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Great! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

