<?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: Placing an arrow / triangle on the top of the megamenu</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 04:05:31 +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/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33737</guid>
					<title><![CDATA[Placing an arrow / triangle on the top of the megamenu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33737</link>
					<pubDate>Fri, 26 Apr 2019 15:58:05 +0000</pubDate>
					<dc:creator>goldstorm</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.<br />
I would like to place an arrow or triangle on the top of the megamenu which appears under each active menu-button. Do you know how i can solve this issue?<br />
Thx alot!<br />
Best </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33738</guid>
					<title><![CDATA[Reply To: Placing an arrow / triangle on the top of the megamenu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33738</link>
					<pubDate>Fri, 26 Apr 2019 16:19:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, there are plenty of solutions you can find online:</p>
<p><a href="https://www.google.com/search?q=css+arrow+on+top+of+the+dropdown&#038;source=lnms&#038;tbm=isch&#038;sa=X&#038;ved=0ahUKEwjfx9qplO7hAhWqwsQBHfFwBAUQ_AUIDigB&#038;biw=1920&#038;bih=1057#imgrc=kWI0N7hPgYydlM" rel="nofollow">https://www.google.com/search?q=css+arrow+on+top+of+the+dropdown&#038;source=lnms&#038;tbm=isch&#038;sa=X&#038;ved=0ahUKEwjfx9qplO7hAhWqwsQBHfFwBAUQ_AUIDigB&#038;biw=1920&#038;bih=1057#imgrc=kWI0N7hPgYydlM</a>:</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33739</guid>
					<title><![CDATA[Reply To: Placing an arrow / triangle on the top of the megamenu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33739</link>
					<pubDate>Fri, 26 Apr 2019 17:04:43 +0000</pubDate>
					<dc:creator>goldstorm</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.<br />
thx.. but what css class or id do i need to us for the arrow/triangle in your megamenu?<br />
can you help?<br />
thx alot<br />
Best </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33748</guid>
					<title><![CDATA[Reply To: Placing an arrow / triangle on the top of the megamenu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33748</link>
					<pubDate>Tue, 30 Apr 2019 15:34:35 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Here&#8217;s a good start point for you that you can further polish:</p>
<pre><code>li.megamenu&gt;a:hover:after {
    content: &quot;&quot;;
    width: 0!important;
    height: 0!important;
    display: block!important;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%!important;
    border-bottom: 10px solid #12c9de;
    bottom: 0;
    background: none!important;
    transition: all 1.55s ease!important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33755</guid>
					<title><![CDATA[Reply To: Placing an arrow / triangle on the top of the megamenu]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/placing-an-arrow-triangle-on-the-top-of-the-megamenu/#post-33755</link>
					<pubDate>Tue, 30 Apr 2019 20:28:03 +0000</pubDate>
					<dc:creator>goldstorm</dc:creator>

					<description>
						<![CDATA[
						<p>super! thx alot</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

