MyBB Community Forums

Full Version: Remove headerlinks sprite icons from welcome block links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I have added "Forums" link to header templates using following code.  
<li><a href="http://www.rclanka.com/index.php"><img src="" alt="" title="" />Forums</a></li>

[Image: attachment.php?aid=33664]

I need to romove that search icon from that link, Please Help.
 Forum url: www.rclanka.com
Thanks.
you can change that link like below
<li><a class="myrcforums" href="http://www.rclanka.com/index.php"><img src="" alt="" title="" />Forums</a></li>
and add .myrcforums {background-image: none!important;} at the bottom of the theme's global.css