Remove Buddypress Bar Arrow Images From Menu Links


Now, How About We Remove The Arrow Images From Our Non- Drop Down Menu Items

All you have to do is override the <li> tags background css attribute. It’s easy, watch..

{code type=php}
&lt;li style=”background:none;”&gt;
//Insert your link url or relative url, and your link text below
&lt;a href=”http://EXAMPLE.COM”&gt;EXAMPLE LINK TEXT&lt;/a&gt;
&lt;/li&gt;
{/code}

& Bam, those drop down arrows are gone from the link.


Comments are closed.